PlanError

public enum PlanError : Error

Defines the error cases that can occur while planning a trip.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Occurs when the route plan has been cancelled.

    Declaration

    Swift

    case requestCancelled
  • Occurs when map access has not been granted.

    Declaration

    Swift

    case mapInaccessible