Feature

data class Feature(val geometry: Geometry?, val properties: Properties?, val boundingBox: GeoBoundingBox? = null) : GeoJsonObject

Represents a spatially bound entity. Consists of a Geometry object and an id. Both are optional. If geometry is absent, then feature is not placed on the map.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
fun Feature(geometry: Geometry?, properties: Properties?, boundingBox: GeoBoundingBox? = null)

Properties

Link copied to clipboard
open override val boundingBox: GeoBoundingBox? = null

Bounding box of the GeoJsonObject.

Link copied to clipboard
Link copied to clipboard