All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Location.h
1 // Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2 
3 #pragma once
4 
5 namespace Eegeo
6 {
7  namespace Location
8  {
9  class LocationModule;
10  class ILocationService;
11  class NavigationService;
12  class IInterestPointProvider;
13  }
14 }