views:

4494

answers:

5

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?

+3  A: 

I don't know of any plans yet, but I'd be extremely surprised if Google doesn't intend to take Latitude in a direction similar to the OAuth-enabled API provided by Yahoo's Fire Eagle.

There are already dozens of good applications built on Fire Eagle that will likely be duplicated on Latitude. Ideally, Latitude and Fire Eagle could agree to speak the same protocol, at least for the most common tasks such as updates and location queries--this way, client applications could be written to work with either one or both, and users could choose where they'd like to store their location data.

sblom
+8  A: 

There is now a (primitive) API for Google Latitude; see the links at the bottom of

http://www.google.com/latitude/apps/badge

You can retrieve a URL that gives you (in JSON) the location (latitude and longitude) of a specified user.

mjs
+1  A: 

The Google Geolocation API was released recently.

Jon Hadley
@Jon awesome news, thanks for letting me know!
Chris Ballance
A: 

I can't see any links related to a Google Latitude API at the bottom of http://www.google.com/latitude/apps/badge

Care to post more details?

+2  A: 

Latitude API's were just released today. Here is the link http://code.google.com/apis/latitude/

Indy