SubManeuverFactory  
    A factory exposed to build SubManeuver object.
Functions
Link copied to clipboard
                fun buildSubManeuver(    id: String,     text: String,     type: String,     degrees: Double,     modifier: String,     drivingSide: String,     componentList: List<Component>): SubManeuver
Content copied to clipboard
Build SubManeuver given appropriate arguments.