MapDelegate
public protocol MapDelegate : AnyObject
Methods for managing map interactions and events.
-
Method for reporting states for a interaction with map.
Declaration
Swift
func map(_ map: TomTomMap, onInteraction interaction: MapInteraction)Parameters
mapThe instance of the Map where the event occurred.
interactionThe interaction
-
Method for reporting states for a interaction with map.
Declaration
Swift
func map(_ map: TomTomMap, onCameraEvent event: CameraEvent)Parameters
mapThe instance of the Map where the event occurred.
eventThe interaction
MapDelegate Protocol Reference