How can I get the current GPS coordinates on Windows Phone 7?
相关问题
- I want to read exif info in image in android. I ca
- An error is occur when we use navigation to move o
- binding font-awesome character in XAML to Text
- Windows Phone 7 call ASMX web service
- Stop location updates when app terminate
相关文章
- Working with hmacsha256 in windows store app
- WP7 Alert dialog
- Add Service Reference and Add Web Reference?
- Scrollviewer & SIP Issue (WP7.5 Mango)
- Is there way to programmatically enable GPS on And
- Database for Windows Phone 7 [closed]
- Windows phone 7: how to post tweet to twitter
- add GPS metadata dictionary to image taken with AV
Here's a simple example:
GeoCoordinateWatcher is the class that provides this functionality. There is a How To, a sample and some other resources on MSDN.