Skip to content

Instantly share code, notes, and snippets.

@softauthor
Created March 22, 2020 02:07
Show Gist options
  • Save softauthor/53bec4143c5a3d39a252d117590b30d4 to your computer and use it in GitHub Desktop.
Save softauthor/53bec4143c5a3d39a252d117590b30d4 to your computer and use it in GitHub Desktop.
google.maps.event.addListener(marker, "click", () => {
infowindow.setContent(`<div class="ui header">${place.name}</div><p>${place.vicinity}</p>`);
infowindow.open(map, marker);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment