Geometry

data class Geometry(var coordinates: ArrayList<ArrayList<Double>> = arrayListOf(), var type: String? = null)

Constructors

Link copied to clipboard
fun Geometry(coordinates: ArrayList<ArrayList<Double>> = arrayListOf(), type: String? = null)

Properties

Link copied to clipboard
@SerializedName(value = "coordinates")
var coordinates: ArrayList<ArrayList<Double>>
Link copied to clipboard
@SerializedName(value = "type")
var type: String? = null