Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ZoomPanOptions

Hierarchy

Index

Properties

Optional animate

animate: boolean

An equivalent of passing animate to both zoom and pan options (see below).

Optional debounceMoveend

debounceMoveend: boolean

If true, it will delay moveend event so that it doesn't happen many times in a row.

Optional pan

Sets the options for the panning (without the zoom change) if it occurs.

Optional reset

reset: boolean

If true, the map view will be completely reset (without any animations).

Default value: false.

Optional zoom

Sets the options for the zoom change if it occurs.