Preventing Google Maps Move After Displaying Infowindow
问题 I'm trying to display a infowindow on a Google Maps. It displays perfect, when you hover over a marker it loads up a infowindow but the map jumps to fit in the window. I don't want the map to move but rather infowindow set its position according to map. Booking.com has something like this. EDIT: Added my code Here is the stripped down version of my code. I'm getting all the info from an AJAX service and this service returns response (which holds some more info too). $.ajax({ url: 'URL',