ManeuverFactory

object ManeuverFactory

A factory exposed to build a Maneuver object.

Functions

buildManeuver
Link copied to clipboard
fun buildManeuver(primary: PrimaryManeuver, stepDistance: StepDistance, secondary: SecondaryManeuver?, sub: SubManeuver?, lane: Lane?, point: Point): Maneuver
Build Maneuver given appropriate arguments
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String