你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
GeoJsonPoint interface
有效的 GeoJSON Point
几何图形类型。 有关详细信息,请参阅 RFC 7946。
- 扩展
属性
type |
继承属性
coordinates |
|
属性详细信息
type
type: "Point"
属性值
"Point"
继承属性详细信息
coordinates
Position
是包含两个或多个元素的数字数组。 前两个元素 经度 和 纬度,精确按顺序排列。
海拔/海拔 是可选的第三个元素。 有关详细信息,请参阅 RFC 7946。
coordinates: number[]
属性值
number[]