Appearance
GeoPoint
<internal>
.GeoPoint
Geo 点
Constructors
constructor
• new GeoPoint(longitude
, latitude
): GeoPoint
参数
Name | Type | Description |
---|---|---|
longitude | number | 经度 |
latitude | number | 纬度 |
返回值
源码
packages/uni-mp/io/types/baas.d.ts:587
Methods
toGeoJSON
▸ toGeoJSON(): GeoJson
转换为 GeoJSON
返回值
源码
packages/uni-mp/io/types/baas.d.ts:592