I have found the Bing map service to find the location by passing point.
When I call it, it will return a XML file and display on my browser.
How can I get it and store in a variable of String type by C#(Windows Phone)?
like this:
http://dev.virtualearth.net/REST/v1/Locations/47.64054,-122.12934?o=xml&key=BingMapsKey
Thank you for your help.