Pins with same coordinates overlap – how to separate them visually?

Hi! I’m using HivePress together with the Geolocation.

I’ve run into a problem:

Listings with the exact same coordinates are displayed as one single pin.
That means multiple listings on the same address (e.g., apartments in the same building) are not visible to the user.

I tried injecting custom JS to slightly offset the coordinates (e.g. adding a small random number to lat/lng), but it didn’t work.

So my questions are:

  1. Is there a built-in solution for separating pins with identical coordinates in HivePress or Geolocation?
  2. Does the plugin support disabling clustering or adding small offsets to identical pins?
  3. If not, is there a correct hook or method to inject such a modification via custom code (without breaking filters or zoom)?

Thanks a lot in advance – I really appreciate any guidance!

Hi,

Please clarify whether you are using Mapbox or Google Maps. If you are using Mapbox, this feature is not available, but it is available in Google Maps. However, we plan to add it to Mapbox as well. It will require custom implementation if you need it urgently, so we recommend using Google Maps.

I hope it helps