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);
});
Here is example code:
var infowindow = new google.maps.InfoWindow({
content:hello
});
marker.addListener('click', function() {
infowindow.open(map, this);
});
var src = place.photos[0].getUrl({'maxWidth': 150, 'maxHeight': 150});
ReplyDelete