Features

@Serializable
data class Features(var type: String? = null, var geometry: Geometry? = null, var properties: Properties? = Properties())

Constructors

Link copied to clipboard
constructor(type: String? = null, geometry: Geometry? = null, properties: Properties? = Properties())

Properties

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