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.-
RoutePlan
was changed via theNavigation
public API.Declaration
Swift
case manual
-
The current
RoutePlan
has been refreshed with new traffic or map data.Declaration
Swift
case refresh
-
The
RoutePlan
has been replaced because one of the itinerary points became unreachable.Declaration
Swift
case unreachable
-
The
RoutePlan
has been replaced by a better alternative.Declaration
Swift
case betterFound
-
The
RoutePlan
has been replanned due to deviation.Declaration
Swift
case deviation