> I would like my browser to automatically pan a map from one location to > another for predefined locations with pre-defined zoom levels.
You'll have to write some code to do that. One way might be to assign some kind ID to each marker, so you can keep track of where you've got to. Then after the markers are plotted, have a routine running at intervals that pans to the 'next' marker by ID. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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-api?hl=en.
