0

I have written an java application that uses Google Places Api (i added the api as an external library in Eclipse). I am able able to get places in a given radius. My project is not desktop based though, it should be an android phone based. Can i import the Google map api in Android SDK? How do i do that? It's gicing me errors when i try to add the API as external libraries to my android project.

Kasalwe
  • 358
  • 2
  • 6

1 Answers1

1

You'll need registration and the Maps API key

There are tutorials dedicated to this : - Part 1 & 2 on how to use Places API

Reno
  • 33,594
  • 11
  • 89
  • 102
  • I have read those tutorial, the writer leaves my question answered as "coming soon" on part 3. – Kasalwe Oct 26 '11 at 04:28
  • [Here is a sample application](https://github.com/ddewaele/GooglePlacesApi) that you may use. You might need [this jar](http://code.google.com/p/google-api-java-client/wiki/Android) – Reno Oct 26 '11 at 05:34