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)?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
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 thisgreat detailed tutorial, and a tutorial which I believe most fits your needs, combining the two: link |
|||
|
|
|
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. |
|||
|
|