I am trying to integrate Unsplash API in my android app. Could anyone please let me know if the API supports location where the image has taken (geotagging)? It is available only for a few images as far as I understand. Is it possible to get it for those images which have geotagging?
Regards, Smitha
Yes, It gives you both image location (where the image was taken) and the user location (where the photographer is)
See get-a-photo API doc. As you see in the doc, sometimes location
might be nullable.