Destinations
data class Destinations( var distance: Double = 0.0, var name: String = "", var location: ArrayList<Double> = arrayListOf())
Content copied to clipboard
Constructors
Link copied to clipboard
fun Destinations( distance: Double = 0.0, name: String = "", location: ArrayList<Double> = arrayListOf())
Content copied to clipboard