Possible Duplicate:
How to get Address name of GPS coordinate with wp7
I am developoing a WP8 application.In my application i want to get the details of a particular location like location name from its geocoordinates. I can get the device current gps position . But it gives only the geocoordinates. Is there any service which gives location details from geocoordinates. Please help me.
Yes, you can use the bing API to get specific location details.
http://msdn.microsoft.com/en-us/library/ff701722.aspx
http://stackoverflow.com/questions/9109996/getting-location-name-from-longitude-and-latitude-in-bingmap
Hope thsi helps.
Kelvin