I have seen various articles on how to get location information on WP7, such as Getting GPS coordinates on Windows phone 7.
On Android, there is an option to ask for Coarse location instead of Fine location. This is very useful for leaderboards etc as you only really care about the city that the user is in and not there exact whereabouts. And of course helps with provacy concerns. It basically gives you the location of the cell phone network.
Is there any such feature in WP7, to get Coarse location not fine? If not, is there any way to translate a fine location to a coarse one? I mean I can add 500m to the gps coordinate, but this may provide bad info if on a boundary, but this may be the way to go, not sure...
Any insight would be much appreciated!
Thanks