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 ?
Asked
Active
Viewed 6,735 times
2 Answers
4
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.

Ruben Marin
- 1,639
- 14
- 24
-
Thanks! I didn't know about Meta. I think every newbie should be redirected there after registering! It's so many concepts to learn... I think stackoverflow will change definitely the way developers work! – Ruben Marin May 24 '11 at 14:59
1
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)

Ando
- 11,199
- 2
- 30
- 46