abstract
TwoFingersTouchHandler
Defined in: src/ui/handler/two_fingers_touch.ts:20
The TwoFingersTouchHandler
s allows the user to zoom, pitch and rotate the map using two fingers
Extended by
Implements
Methods
disable()
disable():
void
Defined in: src/ui/handler/two_fingers_touch.ts:109
Disables the "drag to pitch" interaction.
Returns
void
Example
Implementation of
Handler.disable
enable()
enable(
options
?:boolean
|AroundCenterOptions
):void
Defined in: src/ui/handler/two_fingers_touch.ts:96
Enables the "drag to pitch" interaction.
Parameters
Parameter | Type |
---|---|
options ? |
boolean | AroundCenterOptions |
Returns
void
Example
Implementation of
Handler.enable
isActive()
isActive():
boolean
Defined in: src/ui/handler/two_fingers_touch.ts:128
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.
Implementation of
isEnabled()
isEnabled():
boolean
Defined in: src/ui/handler/two_fingers_touch.ts:119
Returns a Boolean indicating whether the "drag to pitch" interaction is enabled.
Returns
boolean
true
if the "drag to pitch" interaction is enabled.
Implementation of
Handler.isEnabled
reset()
reset():
void
Defined in: src/ui/handler/two_fingers_touch.ts:34
reset
can be called by the manager at any time and must reset everything to it's original state
Returns
void