IMapZoomEventArgs
2 Oct 20251 minute to read
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 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 Object
Defines the scale value of the geometry maps.
tileTranslatePoint Object
Defines the translate point of the online map providers.
tileZoomLevel Object
Defines the zoom level for the tile maps.
translatePoint Object
Defines the translate point of the geometry map.
type string
Defines the type of zoom interaction.