PlanError
public enum PlanError : Error
Defines the error cases that can occur while planning a trip.
-
Occurs when the route plan has been cancelled.
Declaration
Swift
case requestCancelled
-
Occurs when map access has not been granted.
Declaration
Swift
case mapInaccessible