GeoJsonObjectOutputParent interface
A valid GeoJSON
object. Please refer to RFC 7946 for details.
Properties
bbox | Bounding box. Projection used - EPSG:3857. Please refer to RFC 7946 for details. |
type |
Property Details
bbox
Bounding box. Projection used - EPSG:3857. Please refer to RFC 7946 for details.
bbox?: number[]
Property Value
number[]
type
type: "Boundary" | "Feature" | "FeatureCollection" | "GeometryCollection" | "GeoJsonGeometry" | "Point" | "MultiPoint" | "LineString" | "MultiLineString" | "Polygon" | "MultiPolygon" | "GeoJsonObject"
Property Value
"Boundary" | "Feature" | "FeatureCollection" | "GeometryCollection" | "GeoJsonGeometry" | "Point" | "MultiPoint" | "LineString" | "MultiLineString" | "Polygon" | "MultiPolygon" | "GeoJsonObject"
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