IMapPanEventArgs
2 Oct 20251 minute to read
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 the maps on pan event.
longitude number
Defines the longitude value of the maps on pan event.
maps Maps
Defines the current maps instance.
maxLatitude number
Gets the maximum latitude value from the visible map area.
maxLongitude number
Gets the maximum longitude value from the visible map area.
minLatitude number
Gets the minimum latitude value from the visible map area.
minLongitude number
Gets the minimum longitude value from the visible map area.
name string
Defines the name of the event.
scale number
Defines the scale value of the geometry maps.
tileTranslatePoint Object
Defines the translate point of the online map providers.
tileZoomLevel number
Defines the zoom level of the online map providers.
translatePoint Object
Defines the translate point of the geometry map.