Using cloud map in local

hi guys,

i’m developing an app for indoor navigation. our navigation is in production floor with no internet access. so can i know is it possible for me to draw map in cloud then donwload and use it locally.

currently im using sample android app from github

Thanks.

Once you download the Location object (https://developer.estimote.com/indoor/android-tutorial/#fetch-location-from-estimote-cloud), you can simply keep it stored somewhere in the app/memory.

Persisting it between app launches is slightly trickier, because as far as I can see, it doesn’t have any serialization mechanism, that is, something that’d allow you to save it to disk. You can open an issue about that on https://github.com/estimote/android-indoor-sdk/issues, so that our Indoor SDK engineers know this is something somebody wants (:

hi,
thanks for your reply. I need to save in disk as there will be no internet connection at our client side. Anyhow i will open an issue regarding this.Thanks for your time