NavigationProcessingError
public enum NavigationProcessingError : Error
NavigationProcessingError contains information about any problems that occur during RouteProgressEngine
, RouteTrackingEngine
, ArrivalDetectionEngine
.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Occurs when the route data is missing.
Declaration
Swift
case routeDataMissing
-
Occurs when the next waypoint is null or the next waypoint was already visited.
Declaration
Swift
case nextWaypointError
-
Occurs when the
hasArrivedAtWaypoint
for off-road navigation is triggered.Declaration
Swift
case routeWaypointsNotSupported