google-latitude

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? ...

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 question regarding WiFi location finding, on Super User, that if I could emulate a GPS unit, ma...

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 Chrome) then you will have a blue circle above the zoom function in Google Maps, when clic...

Using PHP to extract data from an ATOM feed and using it reverse lookup coordinates to an actual address.

Basically I have a public feed: http://www.google.com/latitude/apps/badge/api?user=-1671995934285587708&type=atom If you go to my Google Profile you can see it says: "Gareth is in 6 Seaside Gardens, Mullaloo WA 6027, Australia (1 minute ago)" google.com/profiles/Gareth.B.Hall How can I, using PHP, display my location on a website t...

Google Latitude API with objective c

Is it possible to get your location data via google latitude within your objective-c application? If so, can someone post code, examples, ect? Thanks, Elijah ...

looking for code samples with Google Latitude and DotNetOpenAuth

Anyone have code samples accessing Google Latitude with DotNetOpenAuth? Getting an inner exception at consumer.PrepareAuthorizedRequest at System.ThrowHelper.ThrowKeyNotFoundException() at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at DotNetOpenAuth.Samples.OAuthConsumerWpf.InMemoryTokenManager.GetTokenSecret(Str...

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? ...

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 except that Apple's Preview (stock JPEG viewer in OS X) seems to misinterpret the GPS lon...

OAuth-Google Latitude integration in Clojure?

Has anyone integrated with Google Latitude (or any Google API, for that matter) with Clojure and can point me to a working example? I'm trying authenticate to the Google Latitude API and running into all sorts of problems, for example a "Token Invalid" error from Google- nothing else- after logging in for the User Approval URI. Thanks! ...

Google Maps user location

I wanna set up a way in which users can place a marker on the map to tell their address and i should be able to extract the lat and long and store it in the database. Is there somekinda plugin which i can modify and use ? ...