I am a WP7 developer. I have longitude and latitude of a location and getting complete information defined by the coordinate ie longitude and latitude by using Bing maps API
http://dev.virtualearth.net/REST/v1/Locations/37.09024,-95.712891?o=json&key=APIKEY
Above latitude and longitude is USA location, I'm able to get addressLine
,adminDistrict
,adminDistrict2
,countryRegion
,formattedAddress
and postalCode
but not country code(ISO ALPHA-2 Code) like IN for India, US for United States
, countryRegion
in json response consists country name, My app limitation is to use country code not country name.Did anything i missed in API url. Please help me