When you click on a marker created with the Google Maps API, you can add an info window, which is what the code below does:
google.maps.event.addListener(marker, 'click', (function(marker, i) {
return function() {
infowindow.s...
asked by
27.04.2017 / 16:34