Works great! Thanks for the explanation. On Jun 30, 1:56 pm, William <[email protected]> wrote: > the MarkerManager is ready for use when it raises the 'loaded' event. > The "getProjection()" error is likely to happen when you use the > manager before it is 'loaded'. Therefore a callback function is > required for loading markers into the manager: > > mgr = new MarkerManager(map); > google.maps.event.addListener(mgr, 'loaded', function() { > // load markers here > > }); > > see the Weather Map > example:http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerm... > > ...
-- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
