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)