You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way to make annotations to be grouped as one unique location if they are, say, within 50m in radius? I tried using the cellSize but it seems like it's used to clustering annotations.
The text was updated successfully, but these errors were encountered:
While you could make the geohash length a property of the cluster controller, I'm not sure there's an easy way to turn distance in meters into a length value. Otherwise, the geohash length is a bit opaque.
Perhaps you can pre-process your data to cut off significant bits of the coordinate to achieve the same? You could even do this on the server thus saving time on the client.
Is it the one from here? I guess we could just add a property for geohash length. Is it ok we can pull request once we done adding the property?
I tried cutting off the significant bits by rounding down the latitude and longitude to 3 decimal points, but it seems like the location is slightly shifted.
Hi,
Is there any way to make annotations to be grouped as one unique location if they are, say, within 50m in radius? I tried using the cellSize but it seems like it's used to clustering annotations.
The text was updated successfully, but these errors were encountered: