GeoJsonGeometryOutput type
A valid GeoJSON
geometry object. The type must be one of the seven valid GeoJSON geometry types - Point, MultiPoint, LineString, MultiLineString, Polygon, MultiPolygon and GeometryCollection. Please refer to RFC 7946 for details.
type GeoJsonGeometryOutput =
| GeoJsonGeometryOutputParent
| GeoJsonPointOutput
| GeoJsonMultiPointOutput
| GeoJsonLineStringOutput
| GeoJsonMultiLineStringOutput
| GeoJsonPolygonOutput
| GeoJsonMultiPolygonOutput
| GeoJsonGeometryCollectionOutput
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