Foros del Web » Programando para Internet » Javascript »

Ayuda - opcion : Como llegar (parecido google heart)

Estas en el tema de Ayuda - opcion : Como llegar (parecido google heart) en el foro de Javascript en Foros del Web. hola amigos como puedo hacer la opcion "Como llegar" quiero hacer asi tipo google heart q se valla axercando solo hasta llegar al punto donde ...
  #1 (permalink)  
Antiguo 16/07/2009, 19:22
(Desactivado)
 
Fecha de Ingreso: diciembre-2008
Ubicación: Trujillo - Peru
Mensajes: 341
Antigüedad: 15 años, 4 meses
Puntos: 2
Ayuda - opcion : Como llegar (parecido google heart)

hola amigos como puedo hacer la opcion "Como llegar"

quiero hacer asi tipo google heart q se valla axercando solo hasta llegar al punto donde esta la empresa(hotel).

como se hace ?
  #2 (permalink)  
Antiguo 16/07/2009, 20:32
Avatar de David
Moderador
 
Fecha de Ingreso: abril-2005
Ubicación: In this planet
Mensajes: 15.720
Antigüedad: 19 años
Puntos: 839
Respuesta: Ayuda - opcion : Como llegar (parecido google heart)

Para ello necesitarás un lenguaje del lado del cliente como Javascript.
__________________
Por favor, antes de preguntar, revisa la Guía para realizar preguntas.
  #3 (permalink)  
Antiguo 16/07/2009, 20:36
(Desactivado)
 
Fecha de Ingreso: diciembre-2008
Ubicación: Trujillo - Peru
Mensajes: 341
Antigüedad: 15 años, 4 meses
Puntos: 2
Respuesta: Ayuda - opcion : Como llegar (parecido google heart)

e visto tutoriales pero no me anda ?
alguien me ayuda ?

mi codigo; pero sale cargando y nunca acaba de cargar

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>Google Maps JavaScript API Example</title>
<script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAJED9y9pwKyQ5D7wKO9Cx 6BT2yXp_ZAY8_ufC3CFXhHIE1NvwkxS0E5YOdg0VcYJrURlEP4 HUz-g9JA" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
function load() {
if (GBrowserIsCompatible()) {
var map = new GMap2(document.getElementById("map"));
map.setCenter(new GLatLng(37.4419, -122.1419), 13);
}
}
//]]>
</script>
</head>
</html>

Última edición por lalo0002; 16/07/2009 a las 20:46
  #4 (permalink)  
Antiguo 17/07/2009, 09:22
Avatar de GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Respuesta: Ayuda - opcion : Como llegar (parecido google heart)

Tema trasladado desde PHP

PD, es Google Earth, o Google Maps, no Google heart...
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 22:47.