GeoJsonFeatureCollectionOutput interface
A valid GeoJSON FeatureCollection object type. Please refer to RFC 7946 for details.
Properties
| type |
Inherited Properties
| bbox | Bounding box. Projection used - EPSG:3857. Please refer to RFC 7946 for details. |
| features | Contains a list of valid |
Property Details
type
type: "FeatureCollection"
Property Value
"FeatureCollection"
Inherited Property Details
bbox
Bounding box. Projection used - EPSG:3857. Please refer to RFC 7946 for details.
bbox?: number[]
Property Value
number[]
Inherited From GeoJsonObjectOutputParent.bbox
features
Contains a list of valid GeoJSON Feature objects.
features: GeoJsonFeatureOutput[]
Property Value
Inherited From GeoJsonFeatureCollectionDataOutput.features