snazzy-info-window icon indicating copy to clipboard operation
snazzy-info-window copied to clipboard

Open and/or close the infowindow on mouse over/out

Open codespacing opened this issue 6 years ago • 1 comments

The following changes will allow to open the infowindow on Mouseover event and close it on Mouseout event.

  1. "openOnMarkerMouseOver": Determines if the info window will open on marker "mouseover" event. An internal listener is added to the Google Maps "mouseover" event which calls the "open()" method.
  • Type: boolean
  • Default: false
  1. "closeOnMarkerMouseOut": Determines if the info window will close on marker "mouseout" event. An internal listener is added to the Google Maps "mouseout" event which calls the "close()" method.
  • Type: boolean
  • Default: false

codespacing avatar Jun 10 '18 23:06 codespacing

Please merge into master, we need these events

AbuHani avatar Dec 04 '18 11:12 AbuHani