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

johnv’s picture

Version: 6.x-1.x-dev » 7.x-2.x-dev
Category: support » feature

This 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.