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, onCameraEvent event: CameraEvent)
  • Method for reporting states for an interaction with the map.

    Declaration

    Swift

    func map(_ map: TomTomMap, onInteraction interaction: MapInteraction)