An example was posted by Ben Appleton on another discussion (http:// groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/ b3b4951052ca2f6f/a5eee1e624a1f67b?show_docid=a5eee1e624a1f67b), however it could work for your application
http://maps.google.com/maps/api/js?sensor=false&callback=handleMapsApiLoad Once you have created an instance of the map, each one of your 100 trips can simply "re-senter, re-zoom, re-marker" the map to your liking. You don't need to load the API 100 times. On Jan 30, 9:16 pm, Bas <[email protected]> wrote: > On my page i'm showing 100 results of daytrips. For every daytrip i > want to show a google maps. But i want to load load the google maps > when the user push a button. > > the map has to load and inserted into the dom just under the button or > something. the main thing is how to oad Google maps v3 through AJAX. -- 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.
