PrimaryManeuverFactory

object PrimaryManeuverFactory

A factory exposed to build a PrimaryManeuver object.

Functions

buildPrimaryManeuver
Link copied to clipboard
fun buildPrimaryManeuver(id: String, text: String, type: String, degrees: Double, modifier: String, drivingSide: String, componentList: List<Component>): PrimaryManeuver
Build PrimaryManeuver 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