I am a beginner trying to code a running app and have run into a problem. I am running a loop every few seconds and want to display a markers infowindow
on go
Well, Google Maps official doc says you can not display two/more infoWindows at a time.
An info window allows you to display information to the user when they tap on a marker. Only one info window is displayed at a time. If a user clicks on another marker, the current info window will be hidden and the new info window will be displayed
My Solution will be - create your Markers (custom view) like infoWindow design.