LaneSection
Represents a route section with a consistent lane configuration. If the number of lanes or the lane separators change, these will be reported as separate LaneSections.
See also
Constructors
Constructs a LaneSection object with the given parameters.
Properties
List of lanes in the section, ordered from left to right. Each contains a list of directions reachable from the lane, and optionally one recommended direction to follow.
List of lane separators in the section, ordered from left to right. Separators that are shared between adjacent lanes are only listed once. Therefore, there must be one more separator than the number of lanes.
Distance from the the start point to the end point of the sectionLocation.
Distance from the start of the route to the start point of the sectionLocation.
Information about the location of a section on a route's geometry.
Functions
Returns geometry property of the class.
Returns routeOffset property of the class.
Returns length property of the class.
Returns lanes property of the class.
Returns laneSeparators property of the class.
Creates a copy of the object, with the option to modify some of its properties.