Reputation: 1783
I have an location coordinates. I have a radius (5 km, for example) around this location. How to get google maps photos (images, description/comments for photo, coordinates)?
Upvotes: 0
Views: 383
Reputation: 893
You should use google maps api (notice there's a new google maps v2 for android you can download here
As for getting specific coordinate data, you should consider google places api. you can use this great detailed tutorial, and a tutorial which I believe most fits your needs, combining the two: link
Upvotes: 3
Reputation: 32026
You need to use the Google Places API. There are queries for photos, reviews, etc. Note that this is a separate API from Google Maps.
Upvotes: 2