inocan-group/vue3-google-map

Feature: Advanced Marker supports slot customization elements.

Opened this issue · 3 comments

The specific usage is as follows:
<AdvancedMarker :options="markerOptions"> <div>custom content</div> </AdvancedMarker >

Yeah I agree. This would be great. Without a slot for custom content it's kind of useless for me now, so I have reverted back to the old CustomMarker for now with the annoying console warning.

This would be a great feature request especially with the upcoming deprecation(s).

Any movement on this one? I would try and do a pull request myself but I'm not skilled enough to figure it out :/

Until slots are supposed with custom content I am stuck using the CustomMarker which gives a console hefty console warning.