I removed the regular loader because I got a "TypeError : a is null" exception. Furthermore I took a look to this thread (see the last answer) : http://groups.google.com/group/Google-Maps-API/browse_thread/thread/0b0eb970e81c19c9 But I don't know how to the getJs() to load both two scripts (AJAX api and marker manager) In fact I'm not familiar with this API - it's very new for me.
Thanks in advance. ______________________________________________________ On 29 mar, 11:35, Rossko <[email protected]> wrote: > >http://tinyurl.com/yjlzrnq > > You load the maps API with a regular <script> call > AND > you load the maps API using jsapi and your init() function. > Just once will do. > > initMap() is called without waiting for DOM ready, so in some browsers > may be run before the map <div> is complete. -- 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.
