Package version:

Interface GeoJsonFeature

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

Hierarchy

Properties

bbox?: BBox

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

geometry?: GeoJsonGeometry
id?: string | number
properties?: any
type: "Feature"

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

Generated using TypeDoc