org.springframework.social.facebook.api
Class Location
java.lang.Object
org.springframework.social.facebook.api.Location
public class Location
- extends java.lang.Object
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 |
getLatitude
public double getLatitude()
getLongitude
public double getLongitude()
getStreet
public java.lang.String getStreet()
getCity
public java.lang.String getCity()
getState
public java.lang.String getState()
getCountry
public java.lang.String getCountry()
getZip
public java.lang.String getZip()