On Nov 10, 11:42 am, Imran Malik <[email protected]> wrote: > Is it possible for you to provide me an example? I am not good with java,
That's OK, there is no java involved with the Google Maps Javascript API, just javascript, which is a different beast. > I have already spent days and weeks to accomplish this without success. > > Can some one please provide me an example with the code? Way more complicated than you need, but the only example I know of: http://www.geocodezip.com/v2_activeVolcanos.asp?auto=yes -- Larry > > 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%2bunsubscr...@googlegroups.com> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-maps-api?hl=en.- Hide quoted text - > > - Show quoted text - -- 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.
