Hi,

Thanks for the pointer.  I have a web page with a search box that has
AJAX call to pull data from my database and display a table of
addresses.  What I want to do is that when the user clicks on the row
representing the address another AJAX call is made to load the google
maps and display below the table.   What I cannot achieve is to
dynamically call the google maps API via the AJAX call.  Has anyone
have any experience in getting this working? Any help will be
appreciated.  Thanks.

Regards,
Kueh.

On Sep 28, 5:05 pm, Andrew Leach <[email protected]>
wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to