0

Are there any published examples impementing the Google Latitude API for Android? I've searched, and searched down a few rabbit holes to no avail. Has anyone successfully implemented the api in Android and willing to share some examples?

Kara
  • 6,115
  • 16
  • 50
  • 57
MWMWM
  • 157
  • 2
  • 9

1 Answers1

1

http://code.google.com/p/gdata-java-client/source/browse/#svn/branches/2/sample/latitude/latitude-sample and instructions can be found at http://code.google.com/p/gdata-java-client/source/browse/branches/2/sample/latitude/latitude-sample/instructions.html you will need to register with Google to get the authorisation key. That example is quite complex, hope it will help anyhow

Alanagh
  • 232
  • 5
  • 14