Waypoints

fun Waypoints(    distance: Double? = null,     name: String? = null,     location: ArrayList<Double> = arrayListOf())