Feature: Advanced Marker supports slot customization elements.
Opened this issue · 3 comments
coderwyd commented
The specific usage is as follows:
<AdvancedMarker :options="markerOptions"> <div>custom content</div> </AdvancedMarker >
BenJackGill commented
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.
richgcook commented
This would be a great feature request especially with the upcoming deprecation(s).
BenJackGill commented
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.