Feature

external interface Feature<G : GeoJsonGeometry?> : GeoJsonObject

Properties

Link copied to clipboard
abstract var bbox: BBoxType

Bounding box of the coordinate range of the object's Geometries, Features, or Feature Collections. The value of the bbox member is an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point.

Link copied to clipboard
abstract var geometry: G

The feature's geometry.

Link copied to clipboard
abstract var id: dynamic

A value that uniquely identifies this feature.

Link copied to clipboard

Properties associated with this feature.

Link copied to clipboard
abstract val type: String

Specifies the type of GeoJSON object.