你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Point interface

表示一个 GeoJSON 点几何体。

扩展

属性

coordinates

该点的坐标为[经度,纬度]。

type

几何类型,点几何体始终为“Point”。

继承属性

boundingBox

可选的几何边界框。

属性详细信息

coordinates

该点的坐标为[经度,纬度]。

coordinates: number[]

属性值

number[]

type

几何类型,点几何体始终为“Point”。

type: "Point"

属性值

"Point"

继承属性详细信息

boundingBox

可选的几何边界框。

boundingBox?: number[]

属性值

number[]

继承自Geometry.boundingBox