简体   繁体   中英

Is there any free/open source map engine for iPhone?

I have a bunch of map images and i wonder if there is any free/open source map engine that I can use for iPhone development. Just like google map api but they are for native development

I would highly recommend using OpenStreetMap as a mapping framework rather then the Google API mapping.

  1. OpenStreetMap is less restrictive in license terms then Google maps.
  2. You can provide better mapping data with OpenStreetMap then with Google maps using custom or predefined mapping layers.

In regards to engines (frameworks/api's) that access the OSM data. Check out the following.

If you would like to find more information on using OSM on the iPhone/iPod Touch check out the OSM iPhone Wiki

Hope this information helps.

It looks like there is, and it's called Route-me . Licensed under licensed under the BSD license.

添加一些访问OSM数据的框架/ api,我建议你看看Navit (这是一个开源项目)和skobbler的OSM SDK (这是一个很好的解决方案,有一个可能足够大的免费套餐计划,可满足您的需求) 。

另一种可能性是cloudmade.com - 它是OSM上的一个层,包括一个iphone库路由工具包等。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM