FlpLocation 结构参考文档
  
   #include <
   
    fused_location.h
   
   >
  
 
    数据字段 | 
  |
| size_t | 尺寸 | 
| FlpLocationFlags | 标志 | 
| double | latitude | 
| double | 经度 | 
| double | 海拔 | 
| 浮点数 | 速度 | 
| 浮点数 | 轴承 | 
| 浮点数 | 准确性 | 
| FlpUtcTime | timestamp | 
| uint32_t | sources_used | 
详细说明
表示营业地点。
定义位于文件 fused_location.h 的 149 行。
字段文档
| 浮点精度 | 
表示预期精度(以米为单位)。
定义位于文件 fused_location.h 的 174 行 。
| 双精度海拔 | 
表示高于 WGS 84 参考椭球体的海拔(以米为单位)。
定义位于文件 fused_location.h 的 165 行。
| 浮动轴承 | 
表示航向(以度为单位)。
定义位于文件 fused_location.h 的 171 行。
与位置对象相关联的标志。
定义位于文件 fused_location.h 的 154 行 。
| 双精度纬度 | 
表示纬度(以度为单位)。
定义位于文件 fused_location.h 的 157 行 。
| 双精度经度 | 
表示经度(以度为单位)。
定义位于文件 fused_location.h 的 160 行 。
| size_t size | 
设置为 sizeof(FlpLocation)
定义位于文件 fused_location.h 的 151 行 。
| uint32_t sources_used | 
使用的来源将是 FLP_TECH_MASK 位按位 OR 的结果。
定义位于文件 fused_location.h 的 180 行。
| 浮动速度 | 
表示速度(米/秒)。
定义位于文件 fused_location.h 的 168 行。
| FlpUtcTime 时间戳 | 
位置修正的时间戳。
定义位于文件 fused_location.h 的 177 行 。
此结构体的文档是根据以下文件生成的:
- hardware/libhardware/include/hardware/ fused_location.h