How to integrate Microsoft Bing Map Navigation functionality to iPhone application?

落花浮王杯 提交于 2019-12-23 07:23:05

问题


I have studied about Microsoft Bing Map Navigation. There is iOS support and sdk available at http://www.microsoft.com/maps/developers/mobile.aspx

Can anyone guide me how to use this in my application? My requirement is to create an application having functionality like Google Navigator does, displaying direction using GPS.


回答1:


this project might be a good starting point for what you are looking for: https://github.com/route-me/route-me




回答2:


You cannot create a turn-by-turn navigation product using the Bing Maps (or Google Maps) SDK. You can use it to generate directions but cannot present any sort of alert for upcoming turns. From the TOU at http://www.microsoft.com/maps/product/terms.html:

Restrictions on your use: We do have some restrictions on your use of the service. You may not:

...

present or alert an end user to individual maneuvers of a route in any way that is synchronized with the end-user’s sensor-based position along the route, (e.g. “real-time” navigation);

...



来源:https://stackoverflow.com/questions/6943195/how-to-integrate-microsoft-bing-map-navigation-functionality-to-iphone-applicati

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