Fired after the visible map bounds has changed as a result of a center change, pan or zoom.
Fired when the visible map bounds is about to change, either before a center change, pan or zoom.
Fired when the map viewport changes, either after a bounds/center or zoom change.
Fired when the center of the map viewport has changed.
Fired when the map unit has changed, either imperial or metric.
Fired when the zoom level has changed.
Fired when the user clicks (or taps) the map.
Fired when the user double-clicks (or double-taps) the map.
Fired when a layer is added to the map.
Fired when a layer is removed from the map.
Fired when the map is initialized once its center and zoom have been set for the first time.
Fired when the user clicks (or taps) a marker on the map.
Fired repeatedly while the user drags a marker.
Fired when the user stops dragging a marker.
Fired when the user starts dragging a marker.
Fired when the user pushes the mouse button on the map.
Fired while the mouse moves over the map.
Fired when the mouse leaves the map.
Fired when the mouse enters the map.
Fired when the user releases the mouse button on the map.
Fired repeatedly during any movement of the pan, including pan and fly animations.
Fired when the center of the map stops changning (e.g. user stopped dragging the map).
Fired when the map starts changing (e.g. user starts dragging the map).
Fired when the map instance has initialized and is ready.
Fired when the map is resized.
Fired when the user clicks (or taps) a shape on the map.
Fired when a content source is added to the map.
Fired when a data source has completed loading data.
Fired when a data source has starting loading new data.
Fired when a content source is removed from the map.
Fired when the current time/date for the map timeline changes.
Fired when the map timeline begins playback.
Fired when the map timeline stops playback.
Fired repeatedly during any change in zoom level, including zoom and fly animations.
Fired when the map has changed, after any animations.
Fired when the map zoom is about to change (e.g. before zoom animation).
Generated using TypeDoc
Events that can be triggered by an
InteractiveMap
instance.