ProjectedRouteSection
constructor(mapPositions: List<MapPosition>, startBoundary: Boundary, endBoundary: Boundary, startOffset: Distance = Distance.ZERO, endOffset: Distance = Distance.ZERO)
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.