Skip to main content

All Questions

0 votes
1 answer
979 views

Google Maps API - How to display an info window for a Marker Cluster on click using MarkerClustererOptions and onClusterClick?

How do you use MarkerClustererOptions and OnClusterClick (with OnClusterClickHandler) to display an info window when a Marker Cluster is clicked, instead of zooming in (the default behavior)? I'm ...
Sydney Linford's user avatar
2 votes
0 answers
279 views

How to make MarkClusterer perform better in Google map after a state changed

I have around 500 Markers in my google map and i want to cluster them. I am using the MarkerClusterer component from react-google-map/lib/components/addons/MarkerClusterer and i have manage to cluster ...
The_elevator's user avatar
1 vote
1 answer
3k views

Google Maps API with MarkerClusterer: How do I change marker cluster options? How do I customize the cluster icon?

I'm creating a web view page using the Google Maps API. I've completed the implementation, but I have a question regarding the marker cluster options that are not being updated. this is CDN <script ...
정도영's user avatar
0 votes
1 answer
298 views

Why do Google Maps markers using MarkerClusterer not show up on the map if I rename the map variable?

I want to use the Google Maps API on my webpage. Also, I want to cluster markers using MarkerClusterer, following this tutorial. Before renaming The following code works as expected: Note: I removed ...
Rok Benko's user avatar
  • 21.2k
0 votes
1 answer
539 views

Removing a marker from Clusterer when its position changes -- React Google Maps

I am using react-google-maps/api library in my typescript react app. My app allows users to mark their location on the map. When the user sets his/her marker he can change the marker location by ...
Kerem İlhan's user avatar
-1 votes
1 answer
115 views

How can I determine if a marker is currently being clustered in MarkerClusterer 2.0.15

I’ve been using MarkerClustererPlus for some time without issue. But it uses now deprecated calls to addDomListener which now generate hundreds of warning messages which state “the feature will ...
Steve Palmer's user avatar
-1 votes
1 answer
189 views

How to speed up google map cluster?, I have 3k markers its taking upto 8 seconds to display the result in Map

Want to speed up my google map faster. This may be a duplicate question but I cant find proper solution. I am using google map in my application, It is taking long time to load markers. Please advice ...
Marimuthu M's user avatar
2 votes
1 answer
734 views

How to use MarkerClusterer with @googlemaps/react-wrapper

After following this example provided by google for adding a map and markers to a react application using @googlemaps/react-wrapper, I decided to try adding marker clustering to my app. However, I am ...
Jean-Baptiste Bolh's user avatar
4 votes
2 answers
1k views

@googlemaps/markerclusterer: How to set maxZoom?

I'm trying to figure out how to set the maxZoom attribute. I found the list of acceptable arguments: new MarkerClusterer({ map, markers, algorithm, renderer, onClusterClick }) So, I don't want to ...
Alexey Zalyotov's user avatar
-1 votes
1 answer
934 views

Marker Clustering in Google maps: how to set custom label

I am trying to implement the cluster marker where each of my marker has some data associated with it. I have made a marker cluster using js-markerclusterer library. I would like to get the selected ...
Shivaprakash's user avatar
2 votes
1 answer
370 views

Clustering Customized OverlayView Children as Markers on @react-google-maps/api

I needed to customize my markers I have tried so many different ways I think best solution is using OverlayView component. I am wrapping my marker as html element with OverlayView and it works well. ...
Kerem İlhan's user avatar
5 votes
1 answer
8k views

Google Maps MarkerClusterer in React with @react-google-maps/api

I am getting an error while I want to implement MarkerClusterer from @react-google-maps/api. The error that I am getting is No overload matches this call. Overload 1 of 2, '(props: ...
Kerem İlhan's user avatar
2 votes
1 answer
3k views

Google Maps React Wrapper - Marker Cluster create @googlemaps/react-wrapper

I am using the Google ReactJS library to add Maps to my React web app and the @googlemaps/react-wrapper library to cluster markers. But I am not able to make marker clustering on the wrapper. Please, ...
Iliyas Ahmed Farooqui's user avatar
3 votes
1 answer
201 views

How to get click on the android cluster group?

I am not able to click on the android cluster group, even after I tried different solutions. The first solution was to split the cluster using the below solution: override fun shouldRenderAsCluster(...
Amal p's user avatar
  • 3,012
0 votes
1 answer
774 views

Change label color MarkerClusterer

I'm using js-MarkerClusterer for creating clustered markers on my Map. I'm using API v3. I've managed to create clusters: new MarkerClusterer({ map: map, markers: markers, renderer: { ...
Mr. Sam's user avatar
  • 395

15 30 50 per page
1
2 3 4 5
15