Questions tagged [google-latitude]

Google Latitude is a (now discontinued) tool to track and share your location.

Google Latitude is a (now discontinued) tool to track your location and to share it with others. In addition to current location, it allows for queries of historical location. You can use the Google Latitude API to access and update locations programmatically.

Google Latitude was released in February 2009 and was officially discontinued in August 2013. Some of the functionality of Google Latitude was incorporated into Google+.

93 questions
114
votes
9 answers

How does Google calculate my location on a desktop?

Right this is confusing me quite a bit, i'm not sure if any of you have noticed or used the "my location" feature on google maps using your desktop (or none GPS/none mobile device). If you have a browser with google gears (easiest to use is Google…
Shadi Almosri
  • 11,678
  • 16
  • 58
  • 80
41
votes
4 answers

Future of Google Location History API

Google will be retiring Latitude soon, along with Latitude's API. But they say on their blog that Location History will still be stored and users will be able to access their history on Google Maps' Location History Dashboard. Do you know if there…
Kuba Orlik
  • 3,360
  • 6
  • 34
  • 49
19
votes
5 answers

Current URL To Download KML Data From Google Location History?

I need to download google location history data in kml for a period of time. Up until August 26, 2015, a URL in this format worked: https://maps.google.com/locationhistory/b/0/kml?startTime=$start_seconds&endTime=$end_seconds Now a link in…
Varanasi Benares
  • 390
  • 1
  • 2
  • 10
18
votes
3 answers

Does Google offer an API that I can use to get the location of my phone?

My smartphone reports my location to Google (to G+ and to the Android Device Manager). I'd like to read that location from a website/program to plot my location. I could use another app on my smartphone doing extra tracking but that tends to drain…
tante
  • 402
  • 1
  • 3
  • 7
17
votes
4 answers

Android - How to get current location (latitude and longitude)?

I am using the following code to get the current location namely (latitude and longitude), but I am not getting current location (latitude and longitude). Anyone knows why? package com.ram.currentlocation; import android.app.Activity; import…
Jeeva
  • 1,166
  • 4
  • 18
  • 39
12
votes
2 answers

Extfiltrating Google Location History from Timeline

Note, due to changes to Google's "Timeline" this previous answer no longer works. Google offers a "Timeline" service which allows users to access their phone's location history. I want to extract my phone's current location. If I select "today" in…
Terence Eden
  • 14,034
  • 3
  • 48
  • 89
10
votes
3 answers

Google api to fetch the location history of a user

I am looking for a google api to fetch the user location history, I know google is storing users location history and we are able to track it from - https://maps.google.com/locationhistory/b/0 But is google providing an api through which we can…
Y0gesh Gupta
  • 2,184
  • 5
  • 40
  • 56
7
votes
4 answers

Emulate GPS or a serial device

Is it possible to get location data out of Google Gears, Google Gelocation API or any other web location API (such as Fire Eagle) in such a format that it appears to other software as a GPS device? It occured to me reading these answers to my…
Jon Hadley
  • 5,196
  • 8
  • 41
  • 65
7
votes
1 answer

OAuth 2.0 (Google API) authentication from a WPF desktop application

I would like to use OAuth 2.0 from within a WPF application I am developing but I am stuck. It appears that the OAuth 2.0 works by forwarding you to a website and getting you confirm details. Of course this is a WPF app, and I wonder if there are…
Martin
  • 23,844
  • 55
  • 201
  • 327
6
votes
4 answers

Google Latitude API

There is not currently an API offered by Google Latitude. Does anyone know of plans for being offered in the future? If it does, what social networking applications for this technology can you think of?
Chris Ballance
  • 33,810
  • 26
  • 104
  • 151
5
votes
1 answer

Using Google Latitude API to get friends' locations

I'm thinking about writing a perl script that will use the Google Latitude API to track a bunch of people doing a big bike ride. The idea is that we all share location, then this script uses the API, logs in as me and polls google for everyone's…
aidan
  • 9,310
  • 8
  • 68
  • 82
5
votes
1 answer

Android - how to get location of friend

Is there a way I can access the data in Google Latitude to return the location of a fellow Latitude user?
Martyn
  • 16,432
  • 24
  • 71
  • 104
4
votes
1 answer

Google API giving wrong latitude and longitude values

We have been trying to get appropriate address in google map, but google map always ended up giving wrong latitude and longitude values with which resulted in showing up wrong…
4
votes
2 answers

What is a good Java library to write GPS metadata on JPEGs (in EXIF)?

I have developed a Java application (Latipics) that geotags pictures with location information pulled from Google Latitude. I use an open source library called Sanselan to read/write GPS coordinates from/into JPEGs' metadata. It works mostly great…
BlazingFrog
  • 2,265
  • 3
  • 21
  • 31
4
votes
2 answers

How to get my current Location on my laptop - Java program

As Google latitude is no more. I am writing a java program that get users current location on laptop computer. IP address does not return accurate place and Currently built-in GPS receiver are not common in laptops. I want to use my Android smart…
user584910
  • 525
  • 2
  • 8
  • 17
1
2 3 4 5 6 7