Estimote / Android-Indoor-SDK

Estimote Indoor SDK for Android
MIT License
63 stars 28 forks source link

How to create OFFLINE location builder in Android #25

Open aurangzaibumer777 opened 5 years ago

aurangzaibumer777 commented 5 years ago

I want to create a location builder in android via indoor SDK just like an iOS one

i want to track my beacons locally without the cloud, of course i will have to download the map once but it needs to be offline. There ain't no samples for such stuff. Can you please guide me to it? I did find a sample with an indoor SDK, since it fetches the data from cloud. i actually want to get the location object directly from beaconScanner and it should be done OFFLINE

Thanks