ProjectedRouteSection

data class ProjectedRouteSection(val mapPositions: List<<Error class: unknown class>>, val startBoundary: Boundary, val endBoundary: Boundary, val startOffset: <Error class: unknown class> = Distance.ZERO, val endOffset: <Error class: unknown class> = Distance.ZERO)

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.

startOffset

An offset from the start of the route to the start of the section.

endOffset

An offset from the start of the route to the end of the section.

Constructors

Link copied to clipboard
constructor(mapPositions: List<<Error class: unknown class>>, startBoundary: Boundary, endBoundary: Boundary, startOffset: <Error class: unknown class> = Distance.ZERO, endOffset: <Error class: unknown class> = Distance.ZERO)

Properties

Link copied to clipboard
Link copied to clipboard
val endOffset: <Error class: unknown class>
Link copied to clipboard
val mapPositions: List<<Error class: unknown class>>
Link copied to clipboard
Link copied to clipboard
val startOffset: <Error class: unknown class>