MarkerClusterer.renderer is not supporting multiple AdvancedMarkerElement, still use deprecated Marker #913
Labels
triage me
I really want to be triaged.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
I am using the: "@googlemaps/markerclusterer": "^2.5.3"
I have encountered the following issues:
I am trying to render
AdvancedMarkerElement
within theMarkerClusterer
initialization phase, but I don't want to use theMarker
class because this has become deprecated.The issue is within the
AdvancedMarkerElement.content
, as it is written in the property's comment:The DOM Element backing the visual of an AdvancedMarkerElement. Note: AdvancedMarkerElement does not clone the passed-in DOM element. Once the DOM element is passed to an AdvancedMarkerElement, passing the same DOM element to another AdvancedMarkerElement will move the DOM element and cause the previous AdvancedMarkerElement to look empty.
This leads to a rendering issue, where I can only render one custom
AdvancedMarkerElement
. I also don't want to use the oldMarker
, but there are no alternatives at the moment, so I have to use a deprecated method.Please consider supporting multiple
AdvancedMarkerElement
(some way) within theMarkerClusterer
or comment me a workaround!Thank you!
The text was updated successfully, but these errors were encountered: