org.springframework.social.facebook.api
Class Location
java.lang.Object
org.springframework.social.facebook.api.FacebookObject
org.springframework.social.facebook.api.Location
public class Location
- extends FacebookObject
Model class representing a location of a place that a user may check into in Facebook Places.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Location
public Location(double latitude,
double longitude)
Location
public Location(String description)
getLatitude
public double getLatitude()
getLongitude
public double getLongitude()
getStreet
public String getStreet()
getCity
public String getCity()
getState
public String getState()
getCountry
public String getCountry()
getZip
public String getZip()
getDescription
public String getDescription()