How do google maps display a map, etc., is this a java flash applet?

How do google maps display a map, etc., does it flash an explicit appeal?

+5
source share
6 answers

In a bit more detail, google maps use a large element divcontaining several elements img. each of these elements imghas a size of 256 pixels and is located on a regular grid. from there, the Google Maps javascript program calculates which grid images should be loaded into each img tag and uses regular dom manipulation to place each img in the right place. Only the map tiles that will be visible inside the div are loaded. when you scroll side, the javascript library unloads the image and loads new ones as needed. Other elements, such as zoom controls, handles, and lines, are stacked or drawn on top of them as needed.

+5
source

HTML Javascript, -, ( ?) google. :

+3

, JavaScript AJAX.

... script HTML, .js Google. JavaScript, " ", , .

+2

, java. HTML, CSS javascript .

API Google Google.

+1

Google maps are made using trendy JavaScript, if I'm not mistaken. If you don’t already have it, install Firebug in Firefox and “View” the map on Google Maps , and you will see that this is a bunch of images together, with JavaScript to provide functionality.

0
source

All Articles