Geometry

@Serializable
data class Geometry(var type: String? = null, var coordinates: List<Double> = listOf())

Constructors

Link copied to clipboard
constructor(type: String? = null, coordinates: List<Double> = listOf())

Properties

Link copied to clipboard
Link copied to clipboard
var type: String?