I can get the current GPS coordinates on Windows Phone 7 using GeoCoordinateWatcher class as shown on msdn, I can only get Latitude and Longitude values, but I want to get Address of that location. There is a free application on market named “Where Am I” it shows Address names too, so I think its possible.
How I do that?
I can get the current GPS coordinates on Windows Phone 7 using GeoCoordinateWatcher class
Share
You can use Google or Yahoo APIs
Here is a sample json response from Google
EDIT
You can use WebClient to get the result
Here are the samples to parse the Json result
Google Maps v3 geocoding server-side
Looking for a REST with JSON client library