I tried the marker in my react js application but the marker events such as dbclick and mouseover are not working. I suspect any event other than click is not working. what can I do if I need the onMouseOver event?
I tried markerobject.addListener("dbclick",function(){ console.log("double clicked!!")})
but it did not work.