On Jan 26, 3:38 pm, jkos <[email protected]> wrote: > Is it possible to place pointers on a map based on time intervals. I > have a series of pointers (LatLong format) and I want to place these > one after the other every 10 seconds. Is this possible? Thanks for > your help....I've searched wide and far and haven't found an answer to > this...
Javascript is a programming language. It has setTimeout and setInterval functions... http://www.google.com/search?hl=en&rls=gm&sourceid=gmail&q=javascript+setTimeout+setInterval&aq=f&aql=&aqi=&oq= That is a javascript question, not a Google Maps API question... -- Larry -- You received this message because you are subscribed to the Google Groups "Google Maps API" 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.
