Reputation: 73
I try to get my device coordinates using google maps api by http request, I need an api key but I can not take api key. Are there not api key available for windows phone application?And how can I take my device coordinates?
Upvotes: 1
Views: 269
Reputation: 8126
Use GeoCoordinateWatcher
class available in WP7
to get device coordinates by GPS or WiFi/Cell towers. Also, you can choose desired accuracy / battery consumption to satisfy your needs.
Upvotes: 2