Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

codespacing
Copy link

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

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

2. "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
@AbuHani
Copy link

AbuHani commented Dec 4, 2018

Please merge into master, we need these events

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants