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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for JavaScript