Library not working with Angular Google Maps component #130
Labels
triage me
I really want to be triaged.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Hey,
I came here because of some bugs in old js-markerclustererplus library (this issue). However, when I tried to use this lib with Angular Google Maps component, it's throwing errors. I tried to "build a bridge" in ugly way to make the new lib working, but with no effects. This is my tries:
window.MarkerClusterer = window.markerClusterer.MarkerClusterer; window.MarkerClusterer.prototype.repaint = window.MarkerClusterer.prototype.render;
I know the chances to update Google Maps component are very low, so I'm asking you to adapt old methods.
Thanks a lot!
The text was updated successfully, but these errors were encountered: