Using Google Maps API, how do I restrict accuracy when reverse geocoding?
- by ben
I would like to limit the accuracy of a call to GClientGeocoder.getLocations so that it only returns results with accuracy of say 0 to 3, that is from unknown to sub-region.
The idea is to find the rough area in which the user clicked.