Mapsforge analog for iphone

会有一股神秘感。 提交于 2019-12-10 21:53:42

问题


I need some framework for my iPhone app, which is using maps. Now these maps are raster images and I'd like to optimize my app by doing vector maps instead. I know that my colleagues from Android development had used Mapsforge framework for this purposes. Is there any analog of this library for iPhone? I need framework that could quickly render vector maps using hardware acceleration, caching maps, offline rendering and (optinal) be cross-platform. Any suggestions? Thanks!


回答1:


Have a look at the following post: https://groups.google.com/forum/?fromgroups=#!topic/route-me-map/wbBa4h0R_iw

There is … libosmscout that do vector maps drawing (unix, windows, QT, iOS, Android, …), routing, searching:

https://sourceforge.net/projects/libosmscout/

I did the iOS/OSX drawing code, it's not finished but works quite well.




回答2:


ok, I've moved over my laziness and decided to move to github my forgotten almost year-ago work. This is Mapsforge for iOS, dirty code, but it should work without any additional setup. It can read .map files and asynchronously render tiles with vector objects to mapView. You can find it here: https://github.com/medvedNick/Mapsforge_iOS



来源:https://stackoverflow.com/questions/9002244/mapsforge-analog-for-iphone

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!