哪些SDK可用于为iPad / iPhone创建离线地图应用程序?

哪些SDK可用于为iPad / iPhone创建离线地图应用程序?

问题描述:

我们正在使用Cloudmade SDK开发适用于iPad的离线城市地图应用程序。我很好奇,有没有其他SDK可以用于离线应用程序?

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.-使用 TileMill - 生成您自己的地图从Mapbox中导出然后导出为MBTiles格式。

1.- Generate your own maps with TileMill from Mapbox and then export to MBTiles format.

2.-获取 mapbox-ios-example 并使用刚刚生成的MBTiles文件。

2.- Get the mapbox-ios-example and use the MBTiles file you just generated.