GeoJSONFeatureCollectionFeaturesItem interface

A valid GeoJSON Feature object type. Please refer to RFC 7946 for details.

Properties

geometry
properties

Properties can contain any additional metadata about the Feature. Value can be any JSON object or a JSON null value

type

Specifies the type for the object. Value should always be equal to "Feature".

Property Details

geometry

geometry?: GeoJSONGeometryUnion

Property Value

properties

Properties can contain any additional metadata about the Feature. Value can be any JSON object or a JSON null value

properties?: any

Property Value

any

type

Specifies the type for the object. Value should always be equal to "Feature".

type?: string

Property Value

string