namespace LocationService (Niantic.ARDK.LocationService)
namespace LocationService { // enums enum LocationServiceStatus; // structs struct CompassUpdatedArgs; struct LatLng; struct LocationInfo; struct LocationStatusUpdatedArgs; struct LocationUpdatedArgs; // interfaces interface ILocationService; // classes class LocationServiceFactory; class SpoofLocationService; } // namespace LocationService