Git Product home page Git Product logo

Comments (13)

rakeshmishrait avatar rakeshmishrait commented on July 19, 2024 2

we can use:-
https://jawj.github.io/OverlappingMarkerSpiderfier/demo-1.html
https://github.com/jawj/OverlappingMarkerSpiderfier

https://stackoverflow.com/questions/20471417/multi-markers-same-location-google-maps?rq=1

from js-marker-clusterer.

tcarterfrance avatar tcarterfrance commented on July 19, 2024 2

Hi I just added a small random offset to all my markers
$scale = 10000;
$delta_lat = (mt_rand (0,100) - 50)/$scale;
$delta_long = (mt_rand (0,100) - 50)/$scale;
$post_latitude = $lat + $delta_lat;
$post_longitude = $long + $delta_long;

from js-marker-clusterer.

Dahkon avatar Dahkon commented on July 19, 2024 1

The update didn't worked for me (the event object in triggerClusterClick as been deleted in the updated version and I need it...).

So if someone is looking for another solution with version 1.0, this worked for me :

google.maps.event.addListener(markerCluster, "clusterclick", function(cluster, e) {
					setTimeout(function() { markerCluster.redraw(); }, 100);
				});

from js-marker-clusterer.

lolaswift avatar lolaswift commented on July 19, 2024 1

For those who use AGM. You can do it like this:
<agm-marker-cluster [maxZoom]="15"

from js-marker-clusterer.

matteodanelli avatar matteodanelli commented on July 19, 2024

I've same issues. It returns visible when you change zoom level since it is computed every time.
In addition to this, however, the info window placed on the marker is not correct. It shows some information related to Google Map position, instead of the information that I am providing.

from js-marker-clusterer.

pcsantana avatar pcsantana commented on July 19, 2024

Having the same issue. Did you find any solution to this?

from js-marker-clusterer.

omerts avatar omerts commented on July 19, 2024

Not yet

from js-marker-clusterer.

pcsantana avatar pcsantana commented on July 19, 2024

Hi!

Are you using the "markerclusterer" or "markerclustererplus"?
If is the first one, here there is a 1.0.1 version that seems work (I tested and it worked for me).

If is the (plus version), this seems to have the same issue, but here there is a workaround that worked for me.

I hope this helps!

from js-marker-clusterer.

renehennig avatar renehennig commented on July 19, 2024

Just define a "maxZoom" for your Google Map and place the following Code before the "clusterclick" (function: ClusterIcon.prototype.triggerClusterClick) trigger:

if (markerClusterer.isZoomOnClick()) { if (markerClusterer.getMap().getZoom() === markerClusterer.getMap().maxZoom) { return; } }

from js-marker-clusterer.

stefansl avatar stefansl commented on July 19, 2024

I had the same issue, when the markercluster option maxZoom was not set. Adding maxZoom worked for me without any other workarounds with version 1.0.1

from js-marker-clusterer.

tunguyen9669 avatar tunguyen9669 commented on July 19, 2024

https://github.com/jawj/OverlappingMarkerSpiderfier

hello guys,
I seen your comment and I feel interesting. How I can do like this at ios swift?

from js-marker-clusterer.

jack-fdrv avatar jack-fdrv commented on July 19, 2024

Hi I just added a small random offset to all my markers
$scale = 10000;
$delta_lat = (mt_rand (0,100) - 50)/$scale;
$delta_long = (mt_rand (0,100) - 50)/$scale;
$post_latitude = $lat + $delta_lat;
$post_longitude = $long + $delta_long;

Helpful!!

from js-marker-clusterer.

tyluudinh avatar tyluudinh commented on July 19, 2024

Best solution: Random lat lng for same location. I tried and success

from js-marker-clusterer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.