Tutorial by Examples

CSS Here are the minimum CSS rules that Google advises you to use, in a separate CSS file, or within an HTML style tag, e.g. <style type="text/css">...</style>. html, body { height: 100%; margin: 0; padding: 0; } #map { height: 400px; } HTML Goo...
Note, if you are not familiar with the google maps api, you may read the precedent example (basics) in order to understand this little example. First, initialize the map. You may add an map's element in your HTML code and a bite of CSS like this: <!DOCTYPE html> <html> <h...

Page 1 of 1