we are developing an offline city map application for iPad, using Cloudmade SDKs. I'm curious, is there are any other SDKs which could be used for offline applications ?
相关问题
- how do you prevent page scroll in textarea on mobi
- Free Silverlight mapping with Bing maps and OpenSt
- How to change the backgroundColor for all UITableV
- Google Maps event listeners not working properly i
- The bundle identifier cannot be changed from the c
相关文章
- How do you detect key up / key down events from a
- Can I release an app without the device?
- Universal iPad App rejected because of launch cras
- What does the “Use for Development” button in Xcod
- Does the iOS-Simulator use multiple cores?
- iPad modal form sheet takes up the whole screen an
- Multiple markers on the exact same position on a L
- UIWebView scaling page so that there is no need fo
The better solution for me is:
1.- Generate your own maps with TileMill from Mapbox and then export to MBTiles format.
2.- Get the mapbox-ios-example and use the MBTiles file you just generated.
Starting with April, 2014 there is also skobbler's /Telenav's SDK - it's got full offline capabilities (map rendering, routing & rerouting) and a map cutting tool if you want a map of a custom area (e.g. you provide the gpx enclosed polygon and you get back a map of that area)
See some examples in the demo apps and the how-to's