RouteInitializationError
public enum RouteInitializationError : Error
RouteInitializationError used for indicating Route initialization errors.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Indicates an empty route legs error.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
case routeLegsEmpty(String) -
Indicates an invalid count of route stops.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
case routeStopsInvalidCount(String) -
Indicates an invalid order of route stops.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
case routeStopsInvalidOrder(String) -
Indicates an empty route geometry error.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
case routeGeometryEmpty(String)
RouteInitializationError Enumeration Reference