My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Cambiar tipo de mapa cn Google Maps</title>
<script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAA1gybajGje1CxFHgzphPqhBTkhzudNWd_u13Cffh29fB-9TXQzxQVh6gduUCW9NeYlGOi-AFsvIHQpg"
type="text/javascript"></script>

<script type="text/javascript">

function load(){
if (GBrowserIsCompatible()) {
var map = new GMap2(document.getElementById("mapa"));
map.setCenter(new GLatLng(40.655997,-4.700518), 15);
map.setMapType(G_SATELLITE_MAP);
}
}

</script>
</head>
<body onload="load();" onunload="GUnload();">

<h1>Cambiar tipo de mapa con Google Maps</h1>

<div id="mapa" style="width: 400px;height: 300px;">
</div>

<hr>
Art&iacute;culo disponible en: <a href="http://lineadecodigo.com/2009/01/13/tipos-de-mapas-con-google-maps/">http://lineadecodigo.com/2009/01/13/tipos-de-mapas-con-google-maps/</a><br/>
<a href="http://lineadecodigo.com" title="Linea de Codigo">lineadecodigo.com</a>



</body>
</html>

Change log

r75 by vcuervo on Jan 11, 2009   Diff
Cambiar tipo de mapa con Google Maps
Go to: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 1169 bytes, 35 lines
Powered by Google Project Hosting