Select to view content in your preferred language

Any solution to get an address by location in Bing Map?

3461
2
Jump to solution
08-26-2012 11:33 AM
ChenfengXiong
Emerging Contributor
I can only find a function called "addressToLocations" in VEGeoCoder, is there any way to do it inversely like "LocationToAddress" ?

Any suggestions?
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
Drew
by
Frequent Contributor
I can only find a function called "addressToLocations" in VEGeoCoder, is there any way to do it inversely like "LocationToAddress" ?

Any suggestions?


I don't see anything in the ESRI API, but BING has its own REST endpoint you can hit using HTTP.
Below is the docs to get an address by XY coordinate..
http://msdn.microsoft.com/en-us/library/ff701710

Drew

View solution in original post

0 Kudos
2 Replies
Drew
by
Frequent Contributor
I can only find a function called "addressToLocations" in VEGeoCoder, is there any way to do it inversely like "LocationToAddress" ?

Any suggestions?


I don't see anything in the ESRI API, but BING has its own REST endpoint you can hit using HTTP.
Below is the docs to get an address by XY coordinate..
http://msdn.microsoft.com/en-us/library/ff701710

Drew
0 Kudos
ChenfengXiong
Emerging Contributor
OK, although this is a little bit complex, It works. Thanks!
0 Kudos