你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Point class
GeoJSON Point 对象 - 表示地理位置的 JSON 对象。 RFC 7946 中详细介绍了完整说明。
构造函数
Point(Position) | 构造点。 |
属性
coordinates | 定义点的位置。 |
type | 值为“Point”的 GeoJSON 类型描述符。 |
TYPE | 要用于运行时比较的 Point 类的静态 GeoJSON 类型描述符。 |
构造函数详细信息
Point(Position)
属性详细信息
coordinates
type
值为“Point”的 GeoJSON 类型描述符。
type: string
属性值
string
TYPE
要用于运行时比较的 Point 类的静态 GeoJSON 类型描述符。
static TYPE: string
属性值
string