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 ?
| |||
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 ? |
| ||||
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. |
| |||
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 |