RouteProgressCalculationError
public enum RouteProgressCalculationError : Error
Defines the error cases that can occur in the RouteProgressEngine
.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Occurs when the current route has no points.
Declaration
Swift
case noRoutePoints
-
Occurs when a location cannot be predicted from a MatchedLocation.
Declaration
Swift
case badPredictionData