Reputation: 1505
I want to show the user nearest landmarks on the android phone. I can read the GPS coordinates, but don't know how to get landmarks using the GPS coordinates. Is there any easily manageable way? Could someone please put some light on this?
Upvotes: 0
Views: 1732
Reputation: 4609
Are you doing this through Google Maps? Is there something in the Google Maps API that lets you get landmarks?
Edit:
Google Maps Places: http://code.google.com/apis/maps/documentation/places/
Upvotes: 1