incompatibility with [email protected] cluster and custom marker
How can I use vue2-gmap-custom-marker with last version of gmap-vue? If I insert the custom marker into gmap cluster it doesn't work. The problem seems to be the costructor of the marker. The cluster used in the new version of the gmap-vue wants mmarker as google marker instance and invoke some methods like getLatitude().
ok, I have to check what can be done. I'll try to give a head soon. Thank you for your report
I wonder if one is going to need to change from OverlayView to using MarkerWithLabel https://github.com/googlemaps/js-markerwithlabel
Any update on this case? Best regards
@eigudewie , @alebacca89 do you have a minimal sample code to reproduce the issue ?