Maneuver

class Maneuver

Data structure that holds information about a maneuver.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Regenerate whenever a change is made

Link copied to clipboard
open override fun hashCode(): Int

Regenerate whenever a change is made

Properties

Link copied to clipboard
val laneGuidance: Lane? = null

Lane

Link copied to clipboard
val maneuverPoint: Point

Point

Link copied to clipboard
val primary: PrimaryManeuver

PrimaryManeuver

Link copied to clipboard
val secondary: SecondaryManeuver? = null

SecondaryManeuver

Link copied to clipboard
val stepDistance: StepDistance

StepDistance

Link copied to clipboard
val sub: SubManeuver? = null

SubManeuver