I have multiple markers moving on the map in real-time. Each one have an opened openWindow.
When two markers are at proximity, I cannot edit data in the openWindow because the openWindow of the other marker overlaps the first one.
As there is no mousemove event for the infoWindow, how could I bring in front an openWindow ?
I have no code to be proposed ...
EDIT:
The question is different of this one: Bring GoogleMaps InfoWindow to front: click on the marker brings the openWindow in front.
If I click on the marker, another type of infoWindow is displayed. Therefore, no click on the marker for me !