Using Google Maps API, how do I restrict accuracy when reverse geocoding?
Posted
by ben
on Stack Overflow
See other posts from Stack Overflow
or by ben
Published on 2010-05-21T12:58:59Z
Indexed on
2010/05/21
13:00 UTC
Read the original article
Hit count: 187
google-maps
|geolocation
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.
© Stack Overflow or respective owner