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
This is not so much of a bug (and certainly is of a lowest priority), but still
might be in line with AMEs' mission of "improving GMaps":
Due to anomalies in my geospatial data, several markers appear to have exactly
the same lat/long. When they are plotted on the map, they're always kept
together as a cluster, clicking on which gives no visual feedback (btw, that's
wonderful idea in the sample app to reposition camera to scale to the cluster
content on click).
Any idea how to work around such situation?
Original issue reported on code.google.com by [email protected] on 25 Jul 2013 at 10:49
The text was updated successfully, but these errors were encountered:
If you create markers with exactly the same LatLng there is not much clustering
lib can do.
For a very close markers see Issue 16.
When Issue 10 is done, users could easily create something like this:
http://jawj.github.io/OverlappingMarkerSpiderfier/demo.html
Issue 10 is done, so I added a demo that shows one possible way to handle such
situations.
https://github.com/mg6maciej/android-maps-extensions/blob/develop/android-maps-e
xtensions-demo/src/pl/mg6/android/maps/extensions/demo/DeclusterificationExample
Activity.java#L70
Original issue reported on code.google.com by
[email protected]
on 25 Jul 2013 at 10:49The text was updated successfully, but these errors were encountered: