Search code examples
androidgpslocationgoogle-latitude

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?


Solution

  • As far as I can see, there's no specific Android API as yet, however you can access latitude through an HTTP API if you're willing to hand code the HTTP requests yourself.