ProjectedRouteSection

data class ProjectedRouteSection(val mapReferences: MapReferences, 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

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)

Properties

Link copied to clipboard
Link copied to clipboard
val mapReferences: MapReferences
Link copied to clipboard