你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
GeoJsonGeometry type
有效的 GeoJSON
geometry 对象。 该类型必须是七种有效的 GeoJSON 几何类型之一 - Point、MultiPoint、LineString、MultiLineString、Polygon、MultiPolygon 和 GeometryCollection。 有关详细信息,请参阅 RFC 7946 。
type GeoJsonGeometry =
| GeoJsonGeometryParent
| GeoJsonMultiPoint
| GeoJsonMultiPolygon
| GeoJsonPoint
| GeoJsonLineString
| GeoJsonMultiLineString
| GeoJsonPolygon
| GeoJsonGeometryCollection