LaneSection

fun LaneSection(    geometry: List<GeoCoordinate>,     routeOffset: Distance,     length: Distance,     lanes: List<Lane>,     laneSeparators: List<LaneSeparator>)

Parameters

lanes

Information about lane directions in the section.

laneSeparators

Information about lane separators in the section.

Important: This is a Public Preview API. It may be changed or removed at any time.