How to integrate Microsoft Bing Map Navigation fun

2019-06-16 03:30发布

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.

2条回答
地球回转人心会变
2楼-- · 2019-06-16 04:10

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);

...

查看更多
兄弟一词,经得起流年.
3楼-- · 2019-06-16 04:13

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

查看更多
登录 后发表回答