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

Info windows on marker won't reopen unless you click on another marker. #9

Open
Windesson opened this issue Aug 10, 2017 · 0 comments

Comments

@Windesson
Copy link

Project_Code_3_WindowShoppingPart1.html
line 77 if (infowindow.marker != marker) {

if you click on one marker to view the the title, close and try to reopen it won't open again unless you click on another marker.

Better solution ?
// Check to make sure the infowindow is not set to the same marker, but if it is, and the infowindow was close, reopen it.
if (infowindow.marker != marker || infowindow.setMarker == null) {

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

No branches or pull requests

1 participant