DestinationArrivalEvent
public enum DestinationArrivalEvent
Represents the destination arrival event to notify when the destination has been reached.
-
Indicates that the destination has been reached.
Declaration
Swift
case didArriveAtDestination(route: Route)Parameters
routeThe route containing the destination.
TomTom SDK for iOS (TomTomSDKMapMatchingEngineHybrid 0.38.0-rc01 Docs)
DestinationArrivalEvent