That is a tool to track your own and your friends location - works for about 25 countries right now...
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.
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?
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 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&v=2&key=ABQIAAAAg1DTN0OUkc11-PUJc5nSPhRv9_2K_8qEFVyedvzxYAfHyd9XJxRVCS02WGpCNTtuqZQPMT3n1QCsOw" type="text/javascript"></script> <script src="http://www.google.com/uds/api?file=uds.js&v=1.0&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?
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