LaneGuidance

data class LaneGuidance(val lanes: List<<Error class: unknown class>>, val laneSeparators: List<<Error class: unknown class>>, val routeOffset: <Error class: unknown class>, val length: <Error class: unknown class>)

Contains information about lane guidance.

Lanes are stored in order from curb side to middle side. That is, in left-hand driving locales such as Japan, the lanes are ordered from left to right, while in right-hand driving locales such as the USA, the lanes are ordered from right to left.

Parameters

lanes

Lane information.

laneSeparators

Lane separators.

routeOffset

The distance from the start of the route to the start of the lanes.

length

Length of the lane section.

Constructors

Link copied to clipboard
constructor(lanes: List<<Error class: unknown class>>, laneSeparators: List<<Error class: unknown class>>, routeOffset: <Error class: unknown class>, length: <Error class: unknown class>)

Properties

Link copied to clipboard
val lanes: List<<Error class: unknown class>>
Link copied to clipboard
val laneSeparators: List<<Error class: unknown class>>
Link copied to clipboard
val length: <Error class: unknown class>
Link copied to clipboard
val routeOffset: <Error class: unknown class>