Skip to content

Couple of modificaitons  #3

@esumit

Description

@esumit

Thanks for sharing the awesome code. Its InfoWindow doesn't work because of the following, May you please correct it.

  1. tempMarkerHolder.push(allMarkers); It deosn’t help anywhere ? line 143
  2. This code should come under the for (var key in data) - line 106

google.maps.event.addListener(allMarkers, 'click', function () {

                                infowindow.setContent(this.html);

                                infowindow.open(map, this);

                            });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions