Identifiable Route
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
IdentifiableRoute
Link copied to clipboard
a DirectionsRoute to associate with an identifier
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