Rodion Altshuler
Rodion Altshuler

Reputation: 1783

How to get photos in certain radius from location in Android?

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

Answers (2)

Ranco
Ranco

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

iagreen
iagreen

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

Related Questions