Maps SDK for Web

tt.BoxZoomEvent

A BoxZoomEvent is the event type for the boxzoom-related map events emitted by the BoxZoomHandler.

Properties

originalEvent: MouseEvent

The DOM event that triggered the boxzoom event. Can be a MouseEvent or KeyboardEvent.

target: Maps.Map

The Map instance that triggerred the event.

type: String

The type of boxzoom event. One of boxzoomstart, boxzoomend or boxzoomcancel.