any one know about "google Latitude"?

  • i_am_dhaval
  • Proficient
  • Proficient
  • No Avatar
  • Joined: Jul 24, 2004
  • Posts: 263
  • Loc: INDIA
  • Status: Offline

Post September 28th, 2009, 11:39 am

any one know about "google Latitude"?

i have lots of question about google Latitude

please help me...

if any one know about it please replay one the post then i will add my questions
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post September 28th, 2009, 11:39 am

  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23403
  • Loc: Woodbridge VA
  • Status: Offline

Post September 28th, 2009, 11:41 am

Umm, did you look at Google at all before you asked this?
http://www.google.com/latitude/intro.html

What questions did you have that aren't already answered there?
"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
  • Joined: Jul 24, 2004
  • Posts: 263
  • Loc: INDIA
  • Status: Offline

Post September 28th, 2009, 11:43 am

i have know that dear..but i have some question in my mind if you can hel me can i ask?
  • i_am_dhaval
  • Proficient
  • Proficient
  • No Avatar
  • Joined: Jul 24, 2004
  • Posts: 263
  • Loc: INDIA
  • Status: Offline

Post September 28th, 2009, 11:50 am

que 1 : i want to add all my friends on in map using google latitude in my website..so i will see where is all friends?

so what can i do?
  • UPSGuy
  • Lurker ಠ_ಠ
  • Web Master
  • User avatar
  • Joined: Jul 25, 2005
  • Posts: 2735
  • Loc: Nashville, TN
  • Status: Offline

Post September 28th, 2009, 12:28 pm

See here. Currently, you can only view Latitude with a compatible phone or via iGoogle.
I'd love to change the world, but they won't give me the source code.
  • i_am_dhaval
  • Proficient
  • Proficient
  • No Avatar
  • Joined: Jul 24, 2004
  • Posts: 263
  • Loc: INDIA
  • Status: Offline

Post September 28th, 2009, 9:28 pm

it is possible..

see this

-------

Code: [ 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>


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

i use this code but i cannot able to my friends locetion

i want to see my all friends locetion on map

please help me

when i track the user in map using kml then i see this type of messege

" Accurate to 1176 meters as of 23 hours ago. http://www.google.com/latitude/apps/badge "

also photos are no display

what can i do?

Post Information

  • Total Posts in this topic: 6 posts
  • Users browsing this forum: No registered users and 43 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.