Route Feature Data
data class RouteFeatureData(route: DirectionsRoute, featureCollection: FeatureCollection, lineString: LineString)
Content copied to clipboard
An association between a DirectionsRoute, FeatureCollection and LineString.
Parameters
route
a DirectionsRoute
featureCollection
a FeatureCollection created using the route
lineString
a LineString derived from the route's geometry.
Constructors
RouteFeatureData
Link copied to clipboard
fun RouteFeatureData(route: DirectionsRoute, featureCollection: FeatureCollection, lineString: LineString)
Content copied to clipboard
a DirectionsRoute
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
copy
Link copied to clipboard
fun copy(route: DirectionsRoute, featureCollection: FeatureCollection, lineString: LineString): RouteFeatureData
Content copied to clipboard