Feature

data class Feature(val geometry: Geometry?, val properties: Properties?, val boundingBox: <Error class: unknown class>? = 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.

Constructors

Link copied to clipboard
constructor(geometry: Geometry?, properties: Properties?, boundingBox: <Error class: unknown class>? = null)

Properties

Link copied to clipboard
open override val boundingBox: <Error class: unknown class>? = null

GeoBoundingBox of the GeoJsonObject.

Link copied to clipboard
Link copied to clipboard