Closed matrixmandeep closed 10 months ago
Same for me. I can use <Marker>
with <InfoWindow>
nested which works fine and toggles the InfoWindow. But when I try to use <CustomMarker>
with <InforWindow>
as child, it doesn't work.
Please let us know any way how to handle this. Thanks!
如何解决这个问题 ?
This is not supported unfortunately
I am having the same requirement. Is it still unsupported? Is there a workaround to make it work?
same here, any updates?
1) Unable to nest inforwindow inside the CustomMarker to toggle: Below is my code ` <Marker :options="{ position: marker.position }" :clickable="true" :draggable="true" @click="openMarker(true)" @closeclick="openMarker(false)"> <div style="text-align: center" @click="setInfoWindow(marker, index)">