Hot answers tagged bing-maps
1
You can use the Google Places API to get at this data. It will allow you to specify a Lat/Long coordination and return places based on a radius distance. There is also documentation for Javascript based application.
Here's some info from the first article on using Place Search:
The Google Places API allows you to query for place information on a
...
1
this will work:
http://www.bing.com/maps/?v=2&cp=53.0210235~-1.48398532&lvl=18&dir=0&sty=o&sp=point.53.0210235_-1.48398532_You%20are%20here
you have to vary the sty= parameter
sty=o - birdeye perspective
sty=c - doesent work
see documentation here
Only top voted, non community-wiki answers of a minimum length are eligible