Is Esimote Indoor Location SDK available on Android?

Because the indoor location SDK is still not available I chose this topic for my master thesis.
It was focused on indoor localization in context of AAL topics but the app may be used for any type of application. You can find it at GitHub

You asked for it, and here it is!

Sorry it took longer then expected, hope that wait was worth it and happy hacking! :slight_smile:

3 Likes

Hi Marcin,
I am trying to see the floor map mapped with my account in the “IndoorLocationView”.
I am smoothly getting the list. If I select the list item, it is getting crash and the following is the error log:
Process: com.estimote.indoorapp, PID: 16429
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.estimote.indoorapp/com.estimote.indoorapp.MainActivity}: java.lang.IllegalArgumentException: No containing triangle
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3319)
Please find the issue and solve.
Thanks

Hey! I just wanted to let you know that we released version 0.9.1 with improved location view.
@sree you should see your location correctly from now on :slight_smile:

Hey @paweldylag,
Thanks a lot for the update.