/ Maps / IMapZoomEventArgs
Search results

IMapZoomEventArgs API in Vue Maps API component

Specifies the event arguments for zoom event in maps.

Properties

cancel

boolean

Specifies the cancel state for the event. The default value is false. If set as true, the event progress will be stopped.

maps

Maps

Defines the maps instance event argument.

name

string

Defines the name of the event.

scale

Object

Defines the scale value for the maps.

tileTranslatePoint

Object

Defines the tile translate point.

tileZoomLevel

Object

Defines the zoom level for the tile maps.

translatePoint

Object

Defines the translate point of geometry map.

type

string

Defines the type of zoom interaction.