简体   繁体   中英

Bing maps API Traffic information

I am running several apps that use Google Maps. On Android and Windows Phone it's easy to show current traffic information as an overlay on the map. But in iOS this is not a viable option .

Recently Microsoft has added Nokia Traffic data to Bing Maps, and i am wondering if it's possible to use these maps including the traffic overlay on iOS? (via the iOS map control ).

If you have any idea or pointers: greatly appreciated!

You can use the Bing Maps Traffic tile data on iOS however the only allowed method of doing this is to use the Bing Maps V7 AJAX control with PhoneGap. This is actually the recommended approach for developing Bing Maps on iOS and performs well. Take a look at this blog post to get started. You can then make use of the Traffic module to pull in the traffic flow data onto the map. You can also access the Bing Maps REST Traffic service to pull in traffic incident data.

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