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 (0.53.1)
DestinationArrivalEvent