ProjectedRouteSection
data class ProjectedRouteSection( val mapReferences: MapReferences, val startBoundary: Boundary, val endBoundary: Boundary)
Content copied to clipboard
Describes part of the projected route.
Important: This is a Public Preview API. It may be changed or removed at any time.
Parameters
mapReferences
Map references that describe section.
startBoundary
Start boundary of the current section.
endBoundary
End boundary of the current section.
Constructors
Link copied to clipboard
fun ProjectedRouteSection( mapReferences: MapReferences, startBoundary: Boundary, endBoundary: Boundary)
Content copied to clipboard