Steps
data class Steps( var intersections: ArrayList<Intersections> = arrayListOf(), var maneuver: Maneuver? = Maneuver(), var name: String? = null, var duration: Double? = null, var distance: Double? = null, var drivingSide: String? = null, var weight: Double? = null, var mode: String? = null, var geometry: Geometry? = Geometry())
Content copied to clipboard
Constructors
Link copied to clipboard
fun Steps( intersections: ArrayList<Intersections> = arrayListOf(), maneuver: Maneuver? = Maneuver(), name: String? = null, duration: Double? = null, distance: Double? = null, drivingSide: String? = null, weight: Double? = null, mode: String? = null, geometry: Geometry? = Geometry())
Content copied to clipboard
Properties
Link copied to clipboard
@SerializedName(value = "intersections")
Content copied to clipboard