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