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