OnCustomPoiChangeListener
public protocol OnCustomPoiChangeListener
Delegate that is notified about events related to custom poi creation and selection.
-
Method that notifies when a Custom POI has been set.
Declaration
Swift
func onCustomPoiCreated(customPoi: CustomPoi)
-
Method that notifies when a Custom POI has been removed.
Declaration
Swift
func onCustomPoiRemoved(customPoi: CustomPoi)
-
Method that notifies when a Custom POI has been selected.
Declaration
Swift
func onCustomPoiSelected(customPoi: CustomPoi)
-
Method that notifies when a Custom POI has been deselected.
Declaration
Swift
func onCustomPoiDeselected(customPoi: CustomPoi)