This section describes events fired by this UI component.
Raised when any location on the map is clicked.
Event
Main article: onClick
Raised before the UI component is disposed of.
Main article: onDisposing
Raised only once, after the UI component is initialized.
Main article: onInitialized
Raised when a marker is created on the map.
Main article: onMarkerAdded
Raised when a marker is removed from the map.
Main article: onMarkerRemoved
Raised after a UI component property is changed.
Main article: onOptionChanged
Raised when the map is ready.
Main article: onReady
Raised when a route is created on the map.
Main article: onRouteAdded
Raised when a route is removed from the map.
Main article: onRouteRemoved