I want to get the Zip-Code for current user location from Windows Phone 7. From GeoLocation service I am able to get latitude and longitude and with the help of Bing map API I am able to get all other information (Like City, State) except zipcode (Postal code). For United States the PostalCode field is blank. Is there any way of getting the ZipCode? My application limitations are following.
- We cannot use any other service than BingMap API/Web service to get the ZipCode.
- We only support US as location. So if the solution works only for US. It is ok.