[**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/ff3594872b1efbdbc13aabe99588385e855b50dc/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/ff3594872b1efbdbc13aabe99588385e855b50dc/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/ff3594872b1efbdbc13aabe99588385e855b50dc/src/std/lbs/lbs_defines.ts#L13) |
