Is it possible for you to provide me an example? I am not good with java, I have already spent days and weeks to accomplish this without success.
Can some one please provide me an example with the code? Your help is appreciated. Thanks - Imran On Wed, Nov 10, 2010 at 5:34 PM, Rossko <[email protected]> wrote: > > 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]<google-maps-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-api?hl=en. > > -- 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.
