GeoJsonFeatureCollection interface
A valid GeoJSON FeatureCollection
object type. Please refer to RFC 7946 for details.
Properties
type |
Inherited Properties
features | Contains a list of valid |
Property Details
type
type: "FeatureCollection"
Property Value
"FeatureCollection"
Inherited Property Details
features
Contains a list of valid GeoJSON Feature
objects.
features: GeoJsonFeature[]
Property Value
Inherited From GeoJsonFeatureCollectionData.features