Is there any way to degrade the accuracy of the markers on a map? I'm using the address in the Location module for the users, but for privacy reasons, I can not / should not display the exact location. Display will be for a group of locations of about 10-100, maybe more.
Would a truncated Latitude / Longitude work? And if so, how would I accomplish that?
I see no built-in system to do any form of purposeful degradation in the Google Maps API.
Thanks. Any ideas appreciated.
Comments
Comment #1
johnvThis might be a useful feature. I've seen more like these.
One might set the number of decimals of the lat/lon value. Usage of cluster markers might be necessary, then.