Yes, I actually have had set it to 200ms. It's ok. And yes i noticed that markers at the same position gets darker. I will still look for a better solution than setTimeout. Thanks very much for your reply. I appreciate it.
On Aug 10, 4:14 pm, Andrew Leach <[email protected]> wrote: > On Aug 10, 2:55 pm, Layla <[email protected]> wrote: > > > Yes, I've got it working with setTimeout but I am concerned about the > > load of all markers when I've got hundreds of them. > > Well, it will take as long as you tell it to. With a 1-second delay, > it will take hundreds of seconds. With a 200ms delay, it will take a > fifth of the time and still be discernible -- and arguably be more > entertaining to watch. > > Note too that markers at the same position do get a darker shadow, so > even if they are loaded all at once you can still see where there are > more than one together. -- 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.
