Hello,
I worry a load of your API.
My web application uses a lot of AJAX. I want to use Google Maps only a fewlocations. So I would load the Google Maps scripts only when I load these pagesin AJAX.
But when I want to use the API, it does not work. I feel that the API is proficient in charge.
When I inspect one of "google.maps" I have the following three elements when I should be many more.
- Object modules = {}
- Load = function ()
- __gjsload__ = function ()
And when I load the same page and I'm not AJAX, everything works fine.
Here is the code I use to load the API.
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"> </ script>