I successfully added multiple markers on the map. Using the showInfoWindow
only shows the title of the last added marker. so is there a way to show all the markers' title at once?
Thanks :)
This is not possible to directly show all info windows.
I'd suggest to use custom marker icon and Canvas to draw your text above the marker which could look like info window.