Skip to main content

DoubleClickZoomHandler

The DoubleClickZoomHandler allows the user to zoom the map at a point by double clicking or double tapping.

Methods

disable()

disable(): void

Disables the “double click to zoom” interaction.

Returns

void

Example

map.doubleClickZoom.disable();

enable()

enable(): void

Enables the “double click to zoom” interaction.

Returns

void

Example

map.doubleClickZoom.enable();

isActive()

isActive(): boolean

Returns a Boolean indicating whether the “double click to zoom” interaction is active, i.e. currently being used.

Returns

boolean

true if the “double click to zoom” interaction is active.


isEnabled()

isEnabled(): boolean

Returns a Boolean indicating whether the “double click to zoom” interaction is enabled.

Returns

boolean

true if the “double click to zoom” interaction is enabled.

Last updated August 23, 2024.