ProjectedRouteSection
data class ProjectedRouteSection(val mapPositions: List<MapPosition>, val startBoundary: Boundary, val endBoundary: Boundary)
Describes part of the projected route.
Important: This is a Public Preview API. It may be changed or removed at any time.
Parameters
mapPositions
A list of map positions that describe the section.
startBoundary
Start boundary of the current section.
endBoundary
End boundary of the current section.
Constructors
Link copied to clipboard
fun ProjectedRouteSection(mapPositions: List<MapPosition>, startBoundary: Boundary, endBoundary: Boundary)