RouteProgressCalculationError

public enum RouteProgressCalculationError : Error

Defines the error cases that can occur in the Route Progress Engine.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Occurs when the current route has no coordinates.

    Declaration

    Swift

    case noRouteCoordinates
  • Occurs when a location cannot be predicted from a MatchedLocation.

    Declaration

    Swift

    case badPredictionData