On 9 September 2010 17:14, ss <[email protected]> wrote: > Dear All, > I am trying out some clustering work. So below is my > basic codes and gives me the error "MarkerManager is not defined". > What must I do and how this clustering will work? Thank you.
Make sure you have loaded whatever clusterer script you are using *before* that code runs. That is, MarkerManager must be defined before you need to use it. -- 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.
