RouteDelegate
public protocol RouteDelegate : AnyObject
                RouteDelegate.
- 
                  
                  
Route delegate method providing information about user interactions on a route.
Declaration
Swift
func mapRoute(_ route: Route, didTapOnCoordinate coordinate: CLLocationCoordinate2D, waypointIndex: Int)Parameters
routeProtocol specifying the
Routeobject.coordinateA structure that contains a geographical coordinate.
waypointIndexindex of waypoints.
 
        
 
          TomTom SDK for iOS (0.40.0)
        
          RouteDelegate