AlternativeRouteError
public enum AlternativeRouteError : Swift.Error
Error type, describing the reason alternative routes failed to update.
-
The navigation engine has failed to provide alternatives.
Declaration
Swift
case failedToUpdateAlternativeRoutes(reason: String)