Skip to content

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

@Windesson

Description

@Windesson

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) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions