what is Google latitude?

Discussion in 'Google' started by i_am_dhaval, Sep 22, 2009.

  1. #1
    what is Google latitude?

    is anyone have use Google latitude?

    what is the basic concept of that?
     
    i_am_dhaval, Sep 22, 2009 IP
  2. SEO_WatchDog

    SEO_WatchDog Well-Known Member

    Messages:
    1,148
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    115
    #2
    That is a tool to track your own and your friends location - works for about 25 countries right now...
     
    SEO_WatchDog, Sep 23, 2009 IP
  3. i_am_dhaval

    i_am_dhaval Well-Known Member

    Messages:
    1,364
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    138
    #3
    is this tool only for Mobile user?
     
    i_am_dhaval, Sep 23, 2009 IP
  4. Maritoni

    Maritoni Peon

    Messages:
    34
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    No - the tool works online as well as from mobiles.
    You can add your friends locations to your igoogle page or view them in google maps.
    It is a pretty incredible service - and free.
     
    Maritoni, Sep 23, 2009 IP
  5. i_am_dhaval

    i_am_dhaval Well-Known Member

    Messages:
    1,364
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    138
    #5
    yes it's good

    i try it in web

    i have few questions?

    Que1 : now i want to add all friends location in one webpage? how can i do this?

    que2 : how often location update?
     
    i_am_dhaval, Sep 23, 2009 IP
  6. newlogo

    newlogo Peon

    Messages:
    3,931
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #6
    i heard first time, what purpose its used.
     
    newlogo, Sep 23, 2009 IP
  7. i_am_dhaval

    i_am_dhaval Well-Known Member

    Messages:
    1,364
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    138
    #7
    please help me...
     
    i_am_dhaval, Sep 23, 2009 IP
  8. rayjanglee

    rayjanglee Guest

    Messages:
    65
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    have never use it .
     
    rayjanglee, Sep 23, 2009 IP
  9. i_am_dhaval

    i_am_dhaval Well-Known Member

    Messages:
    1,364
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    138
    #9
    1 more question..

    is gmail id is Must for login for Google latitude?

    if i want to use may company email id then what can i do?

    also please see my other question which i add early..

    i home i will get proper guidance
     
    i_am_dhaval, Sep 23, 2009 IP
  10. battdigi

    battdigi Peon

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Just tell us the geography position and most related info by portable devices.
     
    battdigi, Sep 23, 2009 IP
  11. i_am_dhaval

    i_am_dhaval Well-Known Member

    Messages:
    1,364
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    138
    #11
    i have lots quetion in my mind releted to Google latitude

    please help who is very useful to this
     
    i_am_dhaval, Sep 25, 2009 IP
  12. i_am_dhaval

    i_am_dhaval Well-Known Member

    Messages:
    1,364
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    138
    #12
    i have do some resarch..

    <!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>
    
    Code (markup):
    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?
     
    i_am_dhaval, Sep 28, 2009 IP
  13. i_am_dhaval

    i_am_dhaval Well-Known Member

    Messages:
    1,364
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    138
    #13
    still finding for proper solution..if anyone know about this please help me
     
    i_am_dhaval, Oct 6, 2009 IP
  14. i_am_dhaval

    i_am_dhaval Well-Known Member

    Messages:
    1,364
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    138
    #14
    now photos are coming proparly but when i click on photo then i see this type of message

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

    i want to add location name or you can say i want to add customize place name

    what is the step for this

    i hope some bady help me
     
    i_am_dhaval, Jan 11, 2010 IP
  15. i_am_dhaval

    i_am_dhaval Well-Known Member

    Messages:
    1,364
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    138
    #15
    i really nee help for this issue

    i have try lot but still not success
     
    i_am_dhaval, Jan 11, 2010 IP