minigame-std
Version:
Mini Game Standard Development Library.
17 lines (10 loc) • 641 B
Markdown
[**minigame-std**](../../../README.md)
***
[minigame-std](../../../README.md) / [lbs](../README.md) / GeoPosition
# Interface: GeoPosition
geo 坐标。
## Properties
| Property | Type | Description | Defined in |
| ------ | ------ | ------ | ------ |
| `latitude` | `number` | 纬度。 | [src/std/lbs/lbs\_defines.ts:8](https://github.com/JiangJie/minigame-std/blob/8633d80114dee6c79033ec094d8233bd8263bedc/src/std/lbs/lbs_defines.ts#L8) |
| `longitude` | `number` | 经度。 | [src/std/lbs/lbs\_defines.ts:13](https://github.com/JiangJie/minigame-std/blob/8633d80114dee6c79033ec094d8233bd8263bedc/src/std/lbs/lbs_defines.ts#L13) |