> Finally got it! Huh, map MUST be centered before initialising > opensource MarkerManager... No exceptions, no warnings nor any other > alerts, but lot of frustration... Totally magic for me :/
Quoting from the documentation 'Map Basics', http://code.google.com/apis/maps/documentation/introduction.html "Once we've created a map via the GMap2 constructor, we need to initialize it. This initialization is accomplished with use of the map's setCenter() method. The setCenter() method requires a GLatLng coordinate and a zoom level and this method MUST be sent before any other operations are performed on the map" > I'm not sure that this is the right way how to effectively develop > mashups :( So, final conclusion for me: MarkerManager is not > compatible with GMarkerManager... Not sure what you mean ; they're not identical in behaviour or else you wouldn't be changing over? > 2Google team: what about some variable checks and validations before > trying to use them? No thanks, I'd like the API to stay fast and rely on good programming :^) Look at any of the discussions around here; there are a lot of apparently obscure errors caused by feeding poor data to the API or doing things in the wrong order; if they checked for imaginary points or invalid HTML or all the other possibilities we'd fall asleep waiting for the maps. There's always a conflicting requirement somewhere! 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 -~----------~----~----~----~------~----~------~--~---
