0

Does anyone know if it is possible to access TripAdvisor photos in the same way that Apple Maps does: enter image description here

I've looked at the TripAdvisor api docs but photo queries don't seem to be a feature. If that is true then how does Apple Maps do it?

I am currently using the Google Places API, but having quite a few issues with it, including image quality (not referring to resolution here, just the types of photo and professionalism)

Thanks

HStro
  • 145
  • 1
  • 11
  • 2
    Look closer at the /map-attractions one, it seems to have a call in it that includes photos. (http://developer-tripadvisor.com/content-api/documentation/map-attractions/). EDIT: Also, see this post about alternatives if that doesn't work out: http://stackoverflow.com/questions/1185961/travel-hotel-apis – kirkpatt Apr 01 '16 at 20:52
  • That's great, I totally missed that. Cheers for the link too, very helpful. So far I've been looking at TripAdvisor, Yelp and Google APIs. I'd like to mark your answer but I can't as it is a comment. – HStro Apr 04 '16 at 09:56
  • Well, I certainly wouldn't turn that down, check the answers for the same thing if you would like to mark it. – kirkpatt Apr 04 '16 at 14:39
  • I've done that now. Thanks for the help! – HStro Apr 04 '16 at 15:56

1 Answers1

0

Look closer at the /map-attractions one, it seems to have a call in it that includes photos.

EDIT: Also, see this post about alternatives if that doesn't work out.

Community
  • 1
  • 1
kirkpatt
  • 625
  • 5
  • 21