UNPKG

minigame-std

Version:

Mini Game Standard Development Library.

19 lines (11 loc) 849 B
[**minigame-std**](../../../README.md) *** [minigame-std](../../../README.md) / [lbs](../README.md) / GeoPosition # Interface: GeoPosition Defined in: [src/std/lbs/lbs\_defines.ts:4](https://github.com/JiangJie/minigame-std/blob/fdb22241c47c2e98329a4c62befde728957e03ee/src/std/lbs/lbs_defines.ts#L4) geo 坐标 ## Properties | Property | Type | Description | Defined in | | ------ | ------ | ------ | ------ | | <a id="latitude"></a> `latitude` | `number` | 纬度 | [src/std/lbs/lbs\_defines.ts:8](https://github.com/JiangJie/minigame-std/blob/fdb22241c47c2e98329a4c62befde728957e03ee/src/std/lbs/lbs_defines.ts#L8) | | <a id="longitude"></a> `longitude` | `number` | 经度 | [src/std/lbs/lbs\_defines.ts:13](https://github.com/JiangJie/minigame-std/blob/fdb22241c47c2e98329a4c62befde728957e03ee/src/std/lbs/lbs_defines.ts#L13) |