Code Monkey home page Code Monkey logo

indoor-location-ios's Introduction

Build Status GitHub tag (latest by date) Cocoapods Carthage compatible

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 latitude latitude in degrees N of the equator
  • double longitude longitude in degrees E of the prime meridian
  • NSNumber* floor floor number which can be decimal
  • double accuracy uncertainty in meters
  • NSDate* timestamp when the location was created
  • NSString* providerName the 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

indoor-location-ios's People

Contributors

etienne-io avatar goldenbread avatar mathieugerard avatar mcolmant avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.