Smitha Mohan
Smitha Mohan

Reputation: 5

How to get location information of image from unsplash API?

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

Upvotes: 0

Views: 1389

Answers (1)

Saeed Masoumi
Saeed Masoumi

Reputation: 8916

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.

Upvotes: 2

Related Questions