Basic Usage

Initializing SDK with Android
The central component of the IndoorAtlas location framework is the IALocationManager class, which provides access to IndoorAtlas services. The methods of th...
Fri, 12 Oct, 2018 at 11:41 AM
Getting Location Updates with Android
After creating the IALocationManager , you can register and unregister for periodic updates of the user’s current location. To this end, you have to impleme...
Tue, 8 Oct, 2019 at 12:02 PM
Getting Location Updates with iOS
The central component of the IndoorAtlas location framework is theIALocationManager class, which provides access to IndoorAtlas services. The IALocation...
Tue, 8 Oct, 2019 at 12:03 PM
SDK Teardown with Android
To stop receiving updates, call the removeLocationUpdates() method. @Override protected void onPause() {     super.onPause();     mIALocationManager.rem...
Tue, 8 May, 2018 at 9:23 AM