6 #include "ILocationService.h"
7 #include "InteriorId.h"
19 bool GetAltitude(
double& altitude);
20 bool GetFloorIndex(
int& floorIndex);
21 bool GetHorizontalAccuracy(
double& accuracy);
22 bool GetHeadingDegrees(
double& headingDegrees);
23 void StopListening(){};
24 const bool GetIsAuthorized()
const;