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.

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)?

share|improve this question

2 Answers

up vote 5 down vote accepted

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

share|improve this answer

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.

share|improve this answer
HaHa =) we answered the same thing at the same time – Ranco Jan 30 at 16:26

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.