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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for JavaScript