Windows Phone ReverseGeocoding to get Address from Lat and Long
问题 i am using the following service reference to get location details from latitude and longnitude http://dev.virtualearth.net/webservices/v1/geocodeservice/geocodeservice.svc i added the above URL to my Service reference class and try to get the location details by calling the below method public void reverse() { string Results = ""; try { // Set a Bing Maps key before making a request string key = "Bing Maps Key"; ReverseGeocodeRequest reverseGeocodeRequest = new ReverseGeocodeRequest(); //