Hello everyone!

I am currently messing around with Google Maps API. It is working
really well and i have already integrated a few Maps into my Website.

But now i realize that i do not fully understand how these maps
acutally work.
All i know is that they are using Java Script. That means to me, that
they run totally on client side. So when someone calls the website
showing a Google Map he acutally loads the JavaScript into the
browser. After that he could theoretically unplug his internet
connection and still have the map work, when hes moving around on the
map.
However it only works for a small radius. Scrolling too far away from
the origin makes the map show, that this part of the map is not
avialable.

That implies to me, that the whole map is not loaded right from the
start (which i acutally expected).

So i start with :
 var map = new GMap2(document.getElementById("map"));
        map.setCenter(new GLatLng(37.4419, -122.1419), 13);


--~--~---------~--~----~------------~-------~--~----~
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