com.sola.instagram.model
Class Location
java.lang.Object
com.sola.instagram.model.InstagramModel
com.sola.instagram.model.Location
public class Location
- extends InstagramModel
Constructor Summary |
Location(org.json.JSONObject obj,
java.lang.String accessToken)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Location
public Location(org.json.JSONObject obj,
java.lang.String accessToken)
getId
public int getId()
getName
public java.lang.String getName()
getLongitude
public java.lang.Double getLongitude()
getLatitude
public java.lang.Double getLatitude()