PrimaryManeuverFactory

object PrimaryManeuverFactory

A factory exposed to build a PrimaryManeuver object.

Functions

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.