Feature
data class Feature(val geometry: Geometry?, val properties: Properties?, val boundingBox: GeoBoundingBox? = null) : GeoJsonObject
Represents a spatially bound entity that consists of a Geometry object and an ID. Both are optional. The feature is not placed on the map if the geometry is absent.
Properties
Link copied to clipboard
Bounding box of the GeoJsonObject.
Link copied to clipboard
Properties of this feature in JSON format. The data collection from properties complements the Feature.