ManeuverFactory 
    A factory exposed to build a Maneuver object.
Functions
Link copied to clipboard
                fun buildManeuver(    primary: PrimaryManeuver,     stepDistance: StepDistance,     secondary: SecondaryManeuver?,     sub: SubManeuver?,     lane: Lane?,     point: Point): Maneuver
Content copied to clipboard
Build Maneuver given appropriate arguments