panBy method

LeafletMap panBy(
  1. Point offset, [
  2. PanOptions? options
])

Pans the map by a given number of pixels (animated).

Implementation

external LeafletMap panBy(Point offset, [PanOptions? options]);