In my code, I programatically open info windows of several markers at the same time using
infowindow.open(map, marker);
however, since the map auto focuses on each one when the infowindow opens, the map quickly jumps around on each markers, which looks bad. Is there a way I can disable, auto map panning when opening info windows?
In my code, I programatically open info windows of several markers at the same time using
infowindow.open(map, marker);
however, since the map auto focuses on each one when the infowindow opens, the map quickly jumps around on each markers, which looks bad. Is there a way I can disable, auto map panning when opening info windows?
Thanks