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.
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