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
route
|
The route containing the destination. |