Feature

@Serializable
data class Feature @JvmOverloads constructor(val geometry: Geometry, val id: String? = null, val properties: JsonObject? = null) : GeoJsonObject

A Feature contains a Geometry, an optional id, and optional properties.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
val id: String? = null
Link copied to clipboard
val properties: JsonObject? = null