TwoFingersTouchZoomHandler
Defined in: src/ui/handler/two_fingers_touch.ts:152
The TwoFingersTouchHandler
s allows the user to zoom the map two fingers
Extends
TwoFingersTouchHandler
Methods
disable()
disable():
void
Defined in: src/ui/handler/two_fingers_touch.ts:108
Disables the "drag to pitch" interaction.
Returns
void
Example
Inherited from
TwoFingersTouchHandler.disable
enable()
enable(
options?
:boolean
|AroundCenterOptions
):void
Defined in: src/ui/handler/two_fingers_touch.ts:95
Enables the "drag to pitch" interaction.
Parameters
Parameter | Type |
---|---|
options? |
boolean | AroundCenterOptions |
Returns
void
Example
Inherited from
TwoFingersTouchHandler.enable
isActive()
isActive():
boolean
Defined in: src/ui/handler/two_fingers_touch.ts:127
Returns a Boolean indicating whether the "drag to pitch" interaction is active, i.e. currently being used.
Returns
boolean
true
if the "drag to pitch" interaction is active.
Inherited from
TwoFingersTouchHandler.isActive
isEnabled()
isEnabled():
boolean
Defined in: src/ui/handler/two_fingers_touch.ts:118
Returns a Boolean indicating whether the "drag to pitch" interaction is enabled.
Returns
boolean
true
if the "drag to pitch" interaction is enabled.
Inherited from
TwoFingersTouchHandler.isEnabled