Class DoubleClickZoomHandler
Index
Constructors
Methods
Constructors
constructor
- new DoubleClickZoomHandler(
clickZoom: ClickZoomHandler,
TapZoom: TapZoomHandler,
): DoubleClickZoomHandler
Methods
disable
enable
isActive
Returns a Boolean indicating whether the "double click to zoom" interaction is active, i.e. currently being used.
Returns boolean
trueif the "double click to zoom" interaction is active.
isEnabled
Returns a Boolean indicating whether the "double click to zoom" interaction is enabled.
Returns boolean
trueif the "double click to zoom" interaction is enabled.
Was this helpful?
The
DoubleClickZoomHandlerallows the user to zoom the map at a point by double clicking or double tapping.