5 #include "ICurrentLocationService.h"
6 #include "ILocationService.h"
8 #include "CallbackCollection.h"
9 #include "InteriorId.h"
15 namespace CurrentLocationService
23 void AddLocationServiceChangedCallback(
ICallback0& callback);
24 void RemoveLocationServiceChangedCallback(
ICallback0& callback);
26 const bool GetIsAuthorized()
const;
31 bool GetAltitude(
double& altitude);
32 bool GetFloorIndex(
int& floorIndex);
33 bool GetHorizontalAccuracy(
double& accuracy);
34 bool GetHeadingDegrees(
double& headingDegrees);