Message
public enum Message
Text options to inform the user about what happened to the route
-
Used when it is not necessary to show a message about rescheduling
Declaration
Swift
case undefined
-
Used when a route with the same path is specified, only the route information is updated.
Declaration
Swift
case routeRefreshed
-
Used when the current route deviated from its original path
Declaration
Swift
case routeUpdated
-
Used when the best route is found and displayed
Declaration
Swift
case fasterRouteUpdated