Intersections
data class Intersections( var entry: ArrayList<Boolean> = arrayListOf(), var bearings: ArrayList<Int> = arrayListOf(), var duration: Double? = null, var isUrban: Boolean? = null, var adminIndex: Int? = null, var out: Int? = null, var weight: Double? = null, var geometryIndex: Int? = null, var location: ArrayList<Double> = arrayListOf())
Content copied to clipboard
Constructors
Link copied to clipboard
fun Intersections( entry: ArrayList<Boolean> = arrayListOf(), bearings: ArrayList<Int> = arrayListOf(), duration: Double? = null, isUrban: Boolean? = null, adminIndex: Int? = null, out: Int? = null, weight: Double? = null, geometryIndex: Int? = null, location: ArrayList<Double> = arrayListOf())
Content copied to clipboard