RouteStep

fun RouteStep(maneuver: StepManeuver? = null, durationInS: Double? = null, distanceInM: Double? = null, encodedPolyline: String? = null, name: String? = null, ref: String? = null, rotaryName: String? = null, intersections: List<RouteIntersection>? = null, remainingDistanceInM: Double = 0.0, iconResId: Int = 0, distances: MutableList<Double> = mutableListOf(), durations: MutableList<Double> = mutableListOf())