I'm developing a geo-location service which requires a photo per POI, and I'm trying to figure out how to match the right photo to a given location.
I'm looking for an image that will give an overview for the location rather than some arbitrary image from a given coordinate.
for example when searching for "nyc" in Google you get the following image, filtered out from http://www.filmsofcrawford.com/talesofnyctours/
Of course Google is Google, however I've found this similar approach on other sites , for example : https://roadtrippers.com/us/san-francisco-ca/attractions/conservatory-of-flowers?lat=37.81169&lng=-122.69478&z=11&a2=p!5
Q: For an index like [POI NAME] -> [Overview image URL]
, what would be your approach, (crawling, an API etc') ?
Please add your thoughts :)