Search results

IMapPanEventArgs API in Vue Maps API component

Specifies the event arguments for the pan 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.

latitude

number

Defines the latitude value of maps on pan event.

longitude

number

Defines the longitude value of maps on pan event.

maps

Maps

Defines the maps instance in event argument.

name

string

Defines the name of the event.

scale

number

Defines the scale value for the maps.

tileTranslatePoint

Object

Defines the tile map translate point.

tileZoomLevel

number

Defines the zoom level for the tile map.

translatePoint

Object

Defines the translate point of the geometry map.