7

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 ?

Paul R
  • 208,748
  • 37
  • 389
  • 560
32i
  • 626
  • 4
  • 12

2 Answers2

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)

See some examples in the demo apps and the how-to's

Ando
  • 11,199
  • 2
  • 30
  • 46