6 #include "ILocationService.h"
8 #include "VectorMath.h"
9 #include "InteriorId.h"
22 double altitudeMeters;
23 double horizontalAccuracyMeters;
24 double headingDegrees;
33 void UpdateLatLongFromJNI();
34 void UpdateHeadingFromJNI();
36 jclass m_locationServiceClass;
37 jclass m_headingServiceClass;
38 jobject m_headingServiceInstance;
46 const bool GetIsAuthorized()
const {
return isAuthorized; }
51 bool GetAltitude(
double& altitude);
52 bool GetFloorIndex(
int& floorIndex);
53 bool GetHorizontalAccuracy(
double& accuracy);
54 bool GetHeadingDegrees(
double& headingDegrees);