It would have been better to start a new thread for this question.
Dim m As Marker = MyMarkers.Get(5)
m.InfoWindowShown = True
Thanks you Erel, that help me a lot, I am not 100% sure, but the method of google map only allow me to show the last InfoWindowShown, the last Mark draw over the google map.
, I think we can put all the InfoWindowsShow, because in
http://maps.google.com has that feature. But with you reply, I changed my mind, and I did something more easy with you example code and the code of WarWound.
I can show the InfowindowShown step by step, I mean, show in the GoogleMap the tracer route step by step and show one by one the Markers with the InfoWindowsShown
that is enough and work for me too. indeed is better for the End user follow the routes, than show all the Infowindowsshown in only one click.
As usual, Thanks you Indeed.
Daniel White