RouteUpdateError

class RouteUpdateError(val message: String) : NavigationError

Returned when an error occurred while updating the Route.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
fun RouteUpdateError(message: String)

Properties

Link copied to clipboard
val message: String