nadie sabe sobre "la latitud de Google"?

  • i_am_dhaval
  • Proficient
  • Proficient
  • No Avatar
  • Registrado: Jul 24, 2004
  • Mensajes: 263
  • Loc: INDIA
  • Status: Offline

Nota Septiembre 28th, 2009, 11:39 am

nadie sabe sobre "la latitud de Google"?

Tengo un montón de preguntas sobre Latitud Google

please help me...

si alguien sabe sobre ello por favor reproducir uno de los post, por lo añadiré a mis preguntas
  • Anonymous
  • Bot
  • No Avatar
  • Registrado: 25 Feb 2008
  • Mensajes: ?
  • Loc: Ozzuland
  • Status: Online

Nota Septiembre 28th, 2009, 11:39 am

  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • Avatar de Usuario
  • Registrado: May 28, 2003
  • Mensajes: 23407
  • Loc: Woodbridge VA
  • Status: Offline

Nota Septiembre 28th, 2009, 11:41 am

Umm, no se mira de Google en todo antes de esta pregunta?
http://www.google.com/latitude/intro.html

¿Qué preguntas se tiene que no están contestadas allí?
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • i_am_dhaval
  • Proficient
  • Proficient
  • No Avatar
  • Registrado: Jul 24, 2004
  • Mensajes: 263
  • Loc: INDIA
  • Status: Offline

Nota Septiembre 28th, 2009, 11:43 am

He querido saber que .. pero tengo algunas dudas en mi mente si puede hel me puedo preguntar?
  • i_am_dhaval
  • Proficient
  • Proficient
  • No Avatar
  • Registrado: Jul 24, 2004
  • Mensajes: 263
  • Loc: INDIA
  • Status: Offline

Nota Septiembre 28th, 2009, 11:50 am

que 1: Quiero agregar a todos mis amigos en el mapa con la latitud de Google en mi sitio web .. así que voy a ver dónde es todo amigos?

Entonces, ¿qué puedo hacer?
  • UPSGuy
  • Lurker ಠ_ಠ
  • Web Master
  • Avatar de Usuario
  • Registrado: Jul 25, 2005
  • Mensajes: 2735
  • Loc: Nashville, TN
  • Status: Offline

Nota Septiembre 28th, 2009, 12:28 pm

Ver aquí . En la actualidad, sólo puede ver Latitud con un teléfono compatible oa través de iGoogle.
I'd love to change the world, but they won't give me the source code.
  • i_am_dhaval
  • Proficient
  • Proficient
  • No Avatar
  • Registrado: Jul 24, 2004
  • Mensajes: 263
  • Loc: INDIA
  • Status: Offline

Nota Septiembre 28th, 2009, 9:28 pm

que es posible ..

ver esto

-------

Código: [ Select ]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
  <title>DHaval Demo</title>
  <link rel="stylesheet" href="styles.css" type="text/css" />
  <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAAg1DTN0OUkc11-PUJc5nSPhRv9_2K_8qEFVyedvzxYAfHyd9XJxRVCS02WGpCNTtuqZQPMT3n1QCsOw" type="text/javascript"></script>
  <script src="http://www.google.com/uds/api?file=uds.js&amp;v=1.0&amp;key=ABQIAAAAg1DTN0OUkc11-PUJc5nSPhRv9_2K_8qEFVyedvzxYAfHyd9XJxRVCS02WGpCNTtuqZQPMT3n1QCsOw" type="text/javascript"></script>
  
  
</head>
<body >
  <div id="gmap" style="width:500px;height:500px;">
  </div>
<script language="javascript">
  function initialize() {
if (GBrowserIsCompatible()) {
var mapdiv = document.getElementById("gmap");
var map = new GMap2(mapdiv); geoXml = new GGeoXml("http://www.google.com/latitude/apps/badge/api?user=xxxxxxxxxxxxx&type=kml");    
    geoXml.gotoDefaultViewport(map);
   
    var listener = GEvent.addListener(geoXml, "load", function() {

      map.setCenter(geoXml.getDefaultCenter(), 11);
        map.addOverlay(geoXml);    
      
      GEvent.removeListener(listener);
      geoXml.show();
   map.addControl(new GLargeMapControl());
    map.addControl(new GMapTypeControl());
    //map.setCenter(new GLatLng(52.622978,6.0), 5);
      });
      
}
}


initialize();

  </script>
</body>
</html>
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html>
  3. <head>
  4.   <title>DHaval Demo</title>
  5.   <link rel="stylesheet" href="styles.css" type="text/css" />
  6.   <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAAg1DTN0OUkc11-PUJc5nSPhRv9_2K_8qEFVyedvzxYAfHyd9XJxRVCS02WGpCNTtuqZQPMT3n1QCsOw" type="text/javascript"></script>
  7.   <script src="http://www.google.com/uds/api?file=uds.js&amp;v=1.0&amp;key=ABQIAAAAg1DTN0OUkc11-PUJc5nSPhRv9_2K_8qEFVyedvzxYAfHyd9XJxRVCS02WGpCNTtuqZQPMT3n1QCsOw" type="text/javascript"></script>
  8.   
  9.   
  10. </head>
  11. <body >
  12.   <div id="gmap" style="width:500px;height:500px;">
  13.   </div>
  14. <script language="javascript">
  15.   function initialize() {
  16. if (GBrowserIsCompatible()) {
  17. var mapdiv = document.getElementById("gmap");
  18. var map = new GMap2(mapdiv); geoXml = new GGeoXml("http://www.google.com/latitude/apps/badge/api?user=xxxxxxxxxxxxx&type=kml");    
  19.     geoXml.gotoDefaultViewport(map);
  20.    
  21.     var listener = GEvent.addListener(geoXml, "load", function() {
  22.       map.setCenter(geoXml.getDefaultCenter(), 11);
  23.         map.addOverlay(geoXml);    
  24.       
  25.       GEvent.removeListener(listener);
  26.       geoXml.show();
  27.    map.addControl(new GLargeMapControl());
  28.     map.addControl(new GMapTypeControl());
  29.     //map.setCenter(new GLatLng(52.622978,6.0), 5);
  30.       });
  31.       
  32. }
  33. }
  34. initialize();
  35.   </script>
  36. </body>
  37. </html>


-------------------

Puedo utilizar este código pero no puedo poder locetion mis amigos

Quiero ver a todos mis amigos locetion en el mapa

please help me

cuando el seguimiento del usuario en el mapa de KML luego veo este tipo de messege

"Exacto a 1176 metros como de 23 horas. http://www.google.com/latitude/apps/badge "

También hay fotos de pantalla

¿Qué puedo hacer?

Publicar Información

  • Total de mensajes en este tema: 6 mensajes
  • Usuarios navegando por este Foro: No hay usuarios registrados visitando el Foro y 30 invitados
  • No puede abrir nuevos temas en este Foro
  • No puede responder a temas en este Foro
  • No puede editar sus mensajes en este Foro
  • No puede borrar sus mensajes en este Foro
  • No puede enviar adjuntos en este Foro
 
 

© 2011 Unmelted, LLC. Ozzu® es una marca registrada de Unmelted, LLC