Skip to content

TwoFingersTouchZoomHandler

The TwoFingersTouchHandlers allows the user to zoom the map two fingers

Extends

Methods

disable()

disable(): void

Disables the "drag to pitch" interaction.

Returns

void

Inherited from

TwoFingersTouchHandler.disable

Example

map.touchPitch.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

Inherited from

TwoFingersTouchHandler.enable

Example

map.touchPitch.enable();

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

Defined in

src/ui/handler/two_fingers_touch.ts:119