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