iPhone 3.0 MapKit — providing routing between points

我只是一个虾纸丫 提交于 2019-12-12 07:38:11

问题


Is it possible to have the MapKit connect defined points using the Google Maps API type routing connections.


回答1:


Unfortunately not — it's part of the SDK agreement that if you do routing, you have to use your own maps, like TomTom and the like have.




回答2:


Unfortunately not — it's part of the SDK agreement that if you do routing, you have to use your own maps, like TomTom and the like have.

I don't see this in the 3.1.2 SDK agreement. Reading sections 3.3.7 through 3.3.11, the only restriction I see on routing is one that lines up with Google's terms of use - namely, that you can't claim to provide accurate real time routing information. Seems to me like the future is bright for kishikawakatsumi's MapKit-Route-Directions.




回答3:


Nope. There are some clever solutions with putting a transparent view on top of the map, but officially the MapKit does not support routing.




回答4:


I guess this is what marcc meant.



来源:https://stackoverflow.com/questions/1289045/iphone-3-0-mapkit-providing-routing-between-points

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