There’s no question how awesome Bing Maps is. It is loaded with innovation and tons of awesome data that now you can include in your application by using their REST based services. The services provide a lot of value to developers and their apps including data source management:
New: Bing Maps Account Center now provides the ability to manage data sources created by Data Source Management API (Bing Spatial Data Services). You can now use the Manage my data sources page to view and edit all the data sources associated with your account in one place.
But the core of the Bing Maps service is the API.
There are four API services:
- Locations API - Use the Locations API to geocode and reverse-geocode location data.
- Imagery API - Use the Imagery API to get a static map and imagery data information such as map tiles and providers.
- Routes API - Use the Routes API to get directions and route information for driving, walking or using transit.
- Traffic API - Use the Traffic API to get information about traffic incidents and issues in a specified area.
This article will be using the Locations API specifically. Using this we can leverage data from other services like Bing’s Search and plot them on a map control.