GeoJsonPolygonOutput interface
A valid GeoJSON Polygon
geometry 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 | Coordinates for the |
Property Details
type
type: "Polygon"
Property Value
"Polygon"
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
Coordinates for the GeoJson Polygon
geometry type.
coordinates: number[][][]
Property Value
number[][][]
Inherited From GeoJsonPolygonDataOutput.coordinates
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript