MapDelegate
public protocol MapDelegate : AnyObject
Methods for managing map interactions and events.
-
Method for reporting states for an interaction with the map.
Declaration
Swift
func map(_ map: TomTomMap, onInteraction interaction: MapInteraction) -
Method for reporting states for an interaction with the map.
Declaration
Swift
func map(_ map: TomTomMap, onCameraEvent event: CameraEvent)
TomTom SDK for iOS (0.53.1)
MapDelegate