Lane

class Lane

A simplified data structure that holds all the possible lanes for upcoming lane guidance and the active direction pointing to which lane to take.

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Regenerate whenever a change is made
hashCode
Link copied to clipboard
open override fun hashCode(): Int
Regenerate whenever a change is made
toString
Link copied to clipboard
open override fun toString(): String
Returns a string representation of the object.

Properties

allLanes
Link copied to clipboard
val allLanes: List<LaneIndicator>
List<LaneIndicator>