Home
last modified time | relevance | path

Searched defs:Location_BasicInfo (Results 1 – 1 of 1) sorted by relevance

/interface/sdk_c/LocationKit/
Doh_location_type.h180 typedef struct Location_BasicInfo { struct
186 double latitude;
192 double longitude;
196 double altitude;
200 double accuracy;
204 double speed;
208 double direction;
212 int64_t timeForFix;
237 } Location_BasicInfo; argument