This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
The one with builder API and improvements
1.0.0 (Aug 1, 2017)
- Changed
IndoorLocationManager
creation api to builder pattern. UseIndoorLocationManagerBuilder
for that. - Added
ScanningIndoorLocationManager
which does all the scanning by itself. You can construct it using.withDefaultScanner()
builder method. Otherwise you should feed theIndoorLocationManager
with scans fromBeaconManager
all by yourself (setting up the listeners, managing scan start/stop etc) - Added smooth animations to position animations in
IndoorLocationView
- Added improvements to positioning algorithms
- Added
onPositionOutsideLocation
callback toOnPositionUpdateListener
to handle the case when the user is outside the current location. - Added extension method
LocationPosition.distanceTo(anotherPosition: LocationPosition)