I would like to use offline map functionality for my application. Could somebody recommend to any useful map SDK?
I found these: Skobbler, Bing Maps, and TomTom. But in not sure which one is better. I need a custom POI, routes highligting, and bubless with some information.
Is possible to use google maps, with some pre-downloaded maps for offline use?
Thanks for any advice.
With the GoogleMap API on Android and the MapKit SDK on iOS you can implement custom tile providers. This means you can choose the map tiles that your polylines and markers are overlaid on. The beauty of this is you still get the full functionality of the built in mapping APIs but with the added ability to implement offline maps.
You have a few options with a mapping provider like OpenStreetMaps (which is used by many major companies).
These are just some ideas. Hope it helps.