Thanks, that helped me out quite a bit. I think what I was doing was trying to use it as a MarkerManager, which I had kept seeing all the documentation for; however, I was using the old examples listed in the link you listed below, with the exception that mine didn't have the notation yours had about the MarkerManager.
However, I know have one more slight problem. On line 73 of the MarkerManager.js the code has: me.mapZoom_ = map.getZoom(); This is tossing an error. Is it because I have my map named Map instead of map? Thanks. On Wed, May 5, 2010 at 7:22 PM, Rossko <[email protected]> wrote: > > var BreadCrumbMM = new GMarkerManager(map, BreadCrumbMMOptions); > > BreadCrumbMM is a marker manager object, with methods etc. I doubt it > has a .length method or property; it just is not a simple array. > > The GMarkerManager has been deprecated for some time now (it's not in > current documentation), in favour of the add-on MarkerManager; see > note here > http://googlemapsapi.blogspot.com/2006/11/marker-manager.html > > -- > 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]<google-maps-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-api?hl=en. > > -- 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.
