Intersections

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())