IdentifiableRoute
data class IdentifiableRoute(route: DirectionsRoute, routeIdentifier: String)
Content copied to clipboard
A wrapper class for DirectionsRoute that includes an identity property that can be used to override the color of the route line.
Parameters
route
a DirectionsRoute to associate with an identifier
routeIdentifier
the identifier for the route
Constructors
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
copy
Link copied to clipboard
fun copy(route: DirectionsRoute, routeIdentifier: String): IdentifiableRoute
Content copied to clipboard