public class Media.UserPhotoTag extends Object
{ "user": { "username": "kevin", "full_name": "Kevin S", "id": "3", "profile_picture": "..." }, "position": { "x": 0.315, "y": 0.9111 } }
Constructor and Description |
---|
Media.UserPhotoTag(JSONObject obj)
Makes a new UserPhotoTag object out of a JSONObject
|
public Media.UserPhotoTag(JSONObject obj) throws JSONException
obj
- json representation of the tagJSONException
public double getX()
public double getY()
public User getUser()
Copyright © 2013. All Rights Reserved.