tabris-plugin-maps icon indicating copy to clipboard operation
tabris-plugin-maps copied to clipboard

Marker Clustering

Open anibarro opened this issue 5 years ago • 3 comments

Hello,

Is marker clustering on the TODO list? It's probably a must have for any project with a large number of markers.

Thanks!

anibarro avatar Dec 25 '19 20:12 anibarro

From a UX perspective I would avoid clustering as it leads to confusion. Instead, limit the number and/or desnsity of markers when zoomed out, and add more as the user zooms in. As this algorithm would need to change depending on your datasource and usage requirements it's something you'd need to provide on your own. Bonus if you can include a marker manager to eliminate markers that are out of bounds of the current viewport.

cookieguru avatar Dec 25 '19 21:12 cookieguru

From a UX perspective I would avoid clustering as it leads to confusion. Instead, limit the number and/or desnsity of markers when zoomed out, and add more as the user zooms in.

It might be true in some cases, but if you need to show 3000 clinics, showing just some of them will be more confusing for the user than using clustering. Either way, I'll do it myself if it's not planned for this plugin.

anibarro avatar Dec 25 '19 21:12 anibarro

need to show 3000 clinics

Not sure how that's helpful to a user. At that point, the markers would almost completely obliterate the map

cookieguru avatar Dec 26 '19 05:12 cookieguru