IndoorLocation core classes for iOS
Core classes
IndoorLocation
IndoorLocation is a simple object defining a location inside a building using latitude, longitude and floor. The following properties are available:
double latitudelatitude in degrees N of the equatordouble longitudelongitude in degrees E of the prime meridianNSNumber* floorfloor number which can be decimaldouble accuracyuncertainty in metersNSDate* timestampwhen the location was createdNSString* providerNamethe name of the provider who produced the location
Besides the default init, the following constructor is defined:
- (instancetype) initWithLatitude:(double) latitude longitude:(double) longitude floor:(NSNumber*) floor;
IndoorLocationProvider
Abstract class to serve as a base for any provider. A provider is basically a class that emits IndoorLocations.
IndoorLocationProviderListener
Interface that you must implement to receive events from IndoorLocation providers.
Support
For any support with this provider, please do not hesitate to contact [email protected]
License
MIT