GeoJsonMultiPolygonOutput interface
A valid GeoJSON MultiPolygon
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. |
coordinates | Contains a list of valid |
Property Details
type
type: "MultiPolygon"
Property Value
"MultiPolygon"
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
coordinates
Contains a list of valid GeoJSON Polygon
objects. Note that coordinates in GeoJSON are in x, y order (longitude, latitude).
coordinates: number[][][][]
Property Value
number[][][][]
Inherited From GeoJsonMultiPolygonDataOutput.coordinates
Azure SDK for JavaScript