-
Notifications
You must be signed in to change notification settings - Fork 0
/
prueba.html
22 lines (21 loc) · 1.32 KB
/
prueba.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="es"><head>
<meta charset="UTF-8">
<meta name="author" content="UO270157">
<meta name="description" content="Ejercicio11">
<meta name="keywords" content="posicion">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ejercicio11</title>
<link rel="stylesheet" href="Ejercicio11.css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="Ejercicio11.js"></script>
</head>
<body>
<script>
var localizacion = new GeoLocalizacion();
</script>
<section>
<h1>Ejercicio 11 - Tarea 3</h1>
<button onclick="localizacion.verPosicion();">Ver posicion</button><p>Velocidad: null metros/segundo</p><p>Rumbo: null grados</p><p>Precisión de la altitud: null metros</p><p>Altitud: undefined metros</p><p>Precisión de la latitud y longitud: 11138.430898294177 metros</p><p>Latitud: 40.4167754 grados</p><p>Longitud: -3.7037902 grados</p><p>Se ha realizado correctamente la petición de geolocalización</p><img src="https://maps.googleapis.com/maps/api/staticmap?center=40.4167754,-3.7037902&zoom=15&size=800x600&markers=color:red%7Clabel:S%7C40.4167754,-3.7037902&sensor=false&key=AIzaSyC6j4mF6blrc4kZ54S6vYZ2_FpMY9VzyRU" alt="mapa estático google">
</section>
</body></html>