Wednesday 25 October 2017

Google Map Api Correct Position For InfoWindow On Marker

Google Map Api Correct Position For InfoWindow On Marker:
Here is example code:
var infowindow = new google.maps.InfoWindow({
content:hello
});
marker.addListener('click', function() {
infowindow.open(map, this);
});

1 comment:

  1. var src = place.photos[0].getUrl({'maxWidth': 150, 'maxHeight': 150});

    ReplyDelete

Google Map Filter Api Example

Here is Google Map Filter Api Example: