-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
Thanks for sharing the awesome code. Its InfoWindow doesn't work because of the following, May you please correct it.
- tempMarkerHolder.push(allMarkers); It deosn’t help anywhere ? line 143
- 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
Labels
No labels