You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am using in maps in my application where I wish show the custom marker and provide the drag functionality. I tried using CustomMarker with draggable option. But it seems not to be working.
Is there any workaround I can try?
Thanks
The text was updated successfully, but these errors were encountered:
nvm - I was going about it the wrong way trying to get a ref (didn't work) and binding a listener to that, but had a eureka moment when I realized I could just bind the event.
<AdvancedMarker
ref="markerRef"
:options="{ position: center, gmpDraggable: true }"
@dragend="onDragEnd"
/>
☝️ I think this would be handy to show examples of this somewhere. The documentation for events only says "You can listen for the following events...".
Hi,
I am using in maps in my application where I wish show the custom marker and provide the drag functionality. I tried using CustomMarker with draggable option. But it seems not to be working.
Is there any workaround I can try?
Thanks
The text was updated successfully, but these errors were encountered: