Interface ZoomPanOptions

Hierarchy

Index

Properties

Properties

optional public animate?: boolean

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

optional public pan?: PanOptions

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

optional public reset?: boolean

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

Default value: false.

optional public zoom?: ZoomOptions

Sets the options for the zoom change if it occurs.