Basic Usage
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
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
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
To stop receiving updates, call the removeLocationUpdates() method. @Override
protected void onPause() {
super.onPause();
mIALocationManager.rem...
Tue, 8 May, 2018 at 9:23 AM