Do we have any mechanism to show offline navigation/route calculation on a JQuery mobile application. The application is being built for iOS and Android?
Do we have any mechanism to show offline navigation/route calculation on a JQuery mobile application. The application is being built for iOS and Android?
Hi,
If you're building a JavaScript app you'd be better off posting in the JavaScript forum - this forum is for Java (desktop, native) apps.
Alternatively if you're building a native app for Android, you can do offline routing provided you have a network dataset stored locally on the machine - more details in the Finding a route Android Guide topic. It will be similar for iOS, but this is for native apps not JavaScript.