TwoFingersTouchPitchHandler
The TwoFingersTouchPitchHandler
allows the user to pitch the map by dragging up and down with two fingers.
Extends
Methods
disable()
disable():
void
Disables the "drag to pitch" interaction.
Returns
void
Example
Inherited from
TwoFingersTouchHandler
.disable
Defined in
src/ui/handler/two_fingers_touch.ts:109
enable()
enable(
options
?:boolean
|AroundCenterOptions
):void
Enables the "drag to pitch" interaction.
Parameters
Parameter | Type |
---|---|
options ? |
boolean | AroundCenterOptions |
Returns
void
Example
Inherited from
Defined in
src/ui/handler/two_fingers_touch.ts:96
isActive()
isActive():
boolean
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
Defined in
src/ui/handler/two_fingers_touch.ts:128
isEnabled()
isEnabled():
boolean
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