SecondaryManeuverFactory

object SecondaryManeuverFactory

A factory exposed to build a SecondaryManeuver object.

Functions

Link copied to clipboard
fun buildSecondaryManeuver(    id: String,     text: String,     type: String?,     degrees: Double?,     modifier: String?,     drivingSide: String?,     componentList: List<Component>): SecondaryManeuver

Build SecondaryManeuver given appropriate arguments.