FlpLocation 結構體參考資料
#include <
fused_location.h
>
資料欄位 |
|
size_t | size |
FlpLocationFlags | flags |
double | latitude |
double | longitude |
double | 海拔高度 |
浮點值 | 速度 |
浮點值 | 方位 |
浮點值 | 準確度 |
FlpUtcTime | 時間戳記 |
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 行。
double latitude |
代表緯度度數。
定義位於檔案 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 行。
FlpVctTime timestamp |
位置修正的時間戳記。
定義位於檔案 fused_location.h 的 177 行。
這個結構體的說明文件是由下列檔案產生:
- hardware/libhardware/include/hardware/ fused_location.h