Nikki
0
Q:

google maps infowindow on hover

marker.addListener('mouseover', function() {
    infowindow.open(map, this);
});

// assuming you also want to hide the infowindow when user mouses-out
marker.addListener('mouseout', function() {
    infowindow.close();
});
0

Tags

New to Communities?

Join the community