On Sep 28, 2:35 am, KA Kueh <[email protected]> wrote: > > I have tried to use Google Map API V3 to load onto my web page. This > is successful if the google code is coded and loaded in the main > page. I want to be able to dynamically load the map via a AJAX call > from the main page and display on the same page on a separate DIV. > Is this possible? If so, How? Some sample code would do wonders.
The AJAX loader is described here: http://code.google.com/apis/ajax/documentation/ You'd need to use "maps","3" rather than "2"; bear in mind that v3 may not be available via this method (yet). Also bear in mind that v3 is NOT an upgrade to v2; it's just a different version with different optimisations. You may get a fuller response in the Version 3 Group: http://groups.google.com/group/google-maps-js-api-v3/ Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
