Instagram API - user position

jlc17

Newbie
Joined
Nov 17, 2015
Messages
7
Reaction score
0
Hello everbody,

I am trying to figure out how to translate user position x y coordinates to a real place.

Example:

{"data":{"type":"image","users_in_photo":[{"user":{"username":"kevin","full_name":"Kevin S","id":"3","profile_picture":"..."},"position":{"x":0.315,"y":0.9111}

What can I do with this: X:0.315 Y:0.9111 ????

Thanks
 
{"data":{"type":"image","users_in_photo":[{"user":{"username":"kevin","full_name":"Kevin S","id":"3","profile_picture":"..."},"position":{"x":0.315,"y":0.9111}

What can I do with this: X:0.315 Y:0.9111 ????

Get width/height of the image and multiply these values appropriately.
 
Back
Top