跳到主要内容

GeolocatorPosition

GeolocatorPosition 类具有以下值:

accuracy

位置的估计水平精度(以米为单位)。

altitude

设备的海拔高度(以米为单位)。

altitude_accuracy

位置的估计垂直精度(以米为单位)。

floor

设备所在建筑物的楼层数。

heading

设备行进的方向(以度为单位)。

heading_accuracy

位置的估计方向精度(以度为单位)。

is_mocked

在 Android 上(从 API 级别 18 开始),当位置来自模拟提供程序时为 true。

latitude

此位置的纬度(以度为单位),归一化到区间 -90.0 到 +90.0(含)。

longitude

此位置的经度(以度为单位),归一化到区间 -180(不含)到 +180(含)。

speed

设备在地面上的行进速度(以米每秒为单位)。

speed_accuracy

此位置的估计速度精度(以米每秒为单位)。

timestamp

确定此位置的时间。