NavigationRouteLine

data class NavigationRouteLine(val route: NavigationRoute, val identifier: String?)

Represents a route and an optional identification of used for representing routes on the map.

Parameters

route

a directions route

identifier

an optional identifier for the directions route which can be used to influence color of the route when it is an alternative route.

Constructors

Link copied to clipboard
fun NavigationRouteLine(route: NavigationRoute, identifier: String?)

Properties

Link copied to clipboard
val identifier: String?
Link copied to clipboard
val route: NavigationRoute