RoutePlanChangeReason
public enum RoutePlanChangeReason
Specifies the reason for changes in the current RoutePlan.
Important
This is a Public Preview API. It may be changed or removed at any time.-
RoutePlanwas changed via theNavigationpublic API.Declaration
Swift
case manual -
The current
RoutePlanhas been refreshed with new traffic or map data.Declaration
Swift
case refresh -
The
RoutePlanhas been replaced because one of the itinerary points became unreachable.Declaration
Swift
case unreachable -
The
RoutePlanhas been replaced by a better alternative.Declaration
Swift
case betterFound -
The
RoutePlanhas been replanned due to deviation.Declaration
Swift
case deviation
RoutePlanChangeReason Enumeration Reference