|
|
|
|
|
by nine_k
1765 days ago
|
|
I don't see why apps like that should give you an exact distance instead of some rough estimate. "X is a few miles away", "X is less than a,mile away", "X is several yards away" (which is, say, within 30-50 yards) — and more precision is not needed. If users want contact, they need to explicitly coordinate. This approach, of course, should not be centered on the exact user location, but use some rough and slightly irregular grid, so that the best one could do is to determine the cell of that grid (again, like 50 yards wide), without any idea where in that cell the target user is. This, and query throttling so that scanning more often than once in 5 minutes isn't possible. |
|
It’s not that easy to obfuscate the coordinate in a way that the position is still relatively accurate (for the purpose of distance), and not “hackable” with some basic statistics.