GeoJsonGeometryCollectionOutput interface
A valid GeoJSON GeometryCollection
object type. Please refer to RFC 7946 for details.
- Extends
Properties
type |
Inherited Properties
bbox | Bounding box. Projection used - EPSG:3857. Please refer to RFC 7946 for details. |
geometries | Contains a list of valid |
Property Details
type
type: "GeometryCollection"
Property Value
"GeometryCollection"
Inherited Property Details
bbox
Bounding box. Projection used - EPSG:3857. Please refer to RFC 7946 for details.
bbox?: number[]
Property Value
number[]
Inherited From GeoJsonGeometryOutputParent.bbox
geometries
Contains a list of valid GeoJSON
geometry objects. Note that coordinates in GeoJSON are in x, y order (longitude, latitude).
geometries: GeoJsonGeometryOutput[]
Property Value
Inherited From GeoJsonGeometryCollectionDataOutput.geometries
Azure SDK for JavaScript