On Mar 26, 4:27 pm, Happy <[email protected]> wrote: > Hi all, > please, what am i doing wrong when trying to replace GMarkeManager > with MarkerManager? I still get "d is undefined" error :/ > > Before: > var map = new GMap2(document.getElementById("mapview"), > {googleBarOptions: > {showOnLoad:true,listingTypes:"blended",onSearchCompleteCallback:rcmnvg}}); > var mgr = new GMarkerManager(map); > > After: > var map = new GMap2(document.getElementById("mapview"), > {googleBarOptions: > {showOnLoad:true,listingTypes:"blended",onSearchCompleteCallback:rcmnvg}}); > var mgr = new MarkerManager(map); > > I'm using this version of > MarkerManager:http://gmaps-utility-library.googlecode.com/svn/trunk/markermanager/r... >
Please follow the posting guidelines an post a link to your map that shows the problem. http://groups.google.com/group/Google-Maps-API/web/suggested-posting-guidelines -- 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 -~----------~----~----~----~------~----~------~--~---
