GeoJSONFeatureCollection interface

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

Properties

features

Contains a list of valid GeoJSON Feature objects.

type

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

Property Details

features

Contains a list of valid GeoJSON Feature objects.

features: GeoJSONFeatureCollectionFeaturesItem[]

Property Value

type

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

type: string

Property Value

string