Martin Schuhfuss
Martin Schuhfuss
I think it is important to note here that downloading the library-files and re-publishing them is very likely a violation of the Google Maps Platform Terms of Service (I am...
In which situation are the quotes required?
The `Markerclusterer` itself doesn't provide any events for clusters and/or markers except for the `clusteringbegin` / `clusteringend` and `click` events. What you can do is provide your own renderer implementation...
There are limits to how much you can reasonably do with the simple clustering implementation. Anything beyond 1-2k points is always going to be problematic if you render a react-element...
Thanks! Is this used as a replacement for what we're currently doing with the solution_channel parameter?
I'll reopen this, will be a lot easier.
Can you provide an example of this in action somewhere (codesandbox or similar)? I would like to have a look at what is happening there. I can only assume that...
This is working as intended. The Map is the outer boundary for anything happening within the map. Besides this being implemented this way in the Google Maps API (so the...
You can't use the built-in components to do this, since all of them will render within the DOM context of the map (and the main container that has `overflow:hidden`, iirc)....
@mrMetalWood can you have a look at that? This sounds like it could have something to do with the `gmpClickable` option for the advanced markers, which will be set when...