Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to access the Bing Maps geocoding API via REST?

Is there a way to access the Bing Maps API via REST to obtain geocoding information from an address? This is something that's trivial to do with Google and Yahoo; what I'm looking for is functionality like this, from Yahoo:

http://developer.yahoo.com/maps/rest/V1/geocode.html

(Specifically, see the sample request URL on that page, but also imagine that URL with a simple "location" parameter rather than separate street, city, state, and zip parameters.)

I've found examples of using other parts of the Bing API via REST, but nothing that accesses the Maps API, or specifically, the geocoding functionality.

like image 577
delfuego Avatar asked Sep 26 '09 00:09

delfuego


2 Answers

Apparently, there now is a Bing Maps REST API: http://msdn.microsoft.com/en-us/library/ff701713.aspx

like image 51
leogdion Avatar answered Dec 09 '22 22:12

leogdion


Here is an example with codes... http://zachsgeospatial.blogspot.com/2011/05/geocoding-via-bing-maps-rest-api.html I hope it will be helpful to you

like image 20
zahid Avatar answered Dec 09 '22 22:12

zahid