> Ideally i would like to use MarkerManager to achieve the end.

Start here -
   http://code.google.com/apis/maps/documentation/overlays.html#Marker_Manager
and for more detail -
   
http://gmaps-utility-library.googlecode.com/svn/trunk/markermanager/release/docs/reference.html
and have a play - after you have your map working again ; one thing at
a time?

Key points -
Create one marker manager to run the whole map

Create your markers in the usual way, then 'add' them to the
markermanager with the max/min zoom controls.  You need only add
markers you want to be managed, not all of them.
You can add a bunch of markers as an array or individually, in your
case I think it might to be easy to add individually during the
creation process.
You don't worry about how to hide markers or calculate zooms, that's
the markermanagers job.

Your problem I think is going to be understanding the code you already
have.

cheers, Ross K

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to