• Top
  • New

Ask HN: Thoughts on Map Marker Algorithms?

by nostrapollo on 3/3/2020, 8:24:50 AM with 3 comments
We're a property related platform, and we're building a map to display property listings to potential tenants. Many of our properties are close together, but clustering is not a great UX. Taking a lot from AirBnB, we're struggling to find a simple way to display listings intelligently on the map - avoiding typical clustering in favour of something more interesting.

Any practical advice on creating a great map UX with a lot of markers/pins?

PS: The platform isn't data centric, so showing all pins isn't necessary for the purpose - a better UI/UX is more important(?).

  • by heimegutAGS on 3/4/2020, 9:02:39 AM

    I'm using a spiderfier for my map project, which 'expands' the markers when clicked. Here is the Leaflet version I am using: https://github.com/jawj/OverlappingMarkerSpiderfier-Leaflet

  • by highhedgehog on 3/3/2020, 3:48:02 PM

    Something like this? https://observablehq.com/@d3/hexbin-map

  • by thedevindevops on 3/3/2020, 10:35:12 AM

    Perhaps something like a Heat Map?