Hey kaveran, I'd recommend browsing through the developer guide: http://code.google.com/apis/maps/documentation/v3/basics.html
Take a look at the various samples: http://code.google.com/apis/maps/documentation/v3/examples/index.html In addition, here's a few handpicked demos which I think are relevant to what you want to accomplish. Re-using a single info window: http://gmaps-samples-v3.googlecode.com/svn/trunk/single-infowindow/single-infowindow.html Plotting markers on a map, with info windows: http://gmaps-samples-v3.googlecode.com/svn/trunk/sidebar/random-markers.html Check out the larger demo gallery here: http://code.google.com/apis/maps/documentation/v3/demogallery.html Hope this helps, Dann On Tue, Apr 6, 2010 at 7:31 AM, kaveran <[email protected]> wrote: > Im pretty new to JS and google maps but am trying to get up to speed. > Ive been searching for an example or tutorial that would place a set > number of markers on a map and then automatically every few seconds > center on a marker and display the info window for the marker. Pause a > few seconds, close previously opened info window, center on next > marker and open its info window. > > Has anyone seen anything like this this they could point me to? > Thanks! > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps JavaScript API v3" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-maps-js-api-v3%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-js-api-v3?hl=en. > > -- Daniel Lee Developer Programs Engineer Google, Inc. 345 Spear Street San Francisco, CA 94105 650 253 0967 -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
