GeoJsonFeature interface

GeoJSON Feature A Feature object represents a spatially bounded thing. Every Feature object is a GeoJSON object. Reference

Extends

Properties

geometry
id
properties
type

Representing the type of this GeoJSON object, including the seven geometry type and "Feature", "FeatureCollection". Reference

Inherited Properties

bbox

Include information on the coordinate range for its Geometries, Features, or FeatureCollections. Reference

Property Details

geometry

geometry?: GeoJsonGeometry

Property Value

id

id?: string | number

Property Value

string | number

properties

properties?: Record<string, any>

Property Value

Record<string, any>

type

Representing the type of this GeoJSON object, including the seven geometry type and "Feature", "FeatureCollection". Reference

type: "Feature"

Property Value

"Feature"

Inherited Property Details

bbox

Include information on the coordinate range for its Geometries, Features, or FeatureCollections. Reference

bbox?: BBox

Property Value

Inherited From GeoJsonObject.bbox