org.springframework.social.facebook.api
Class Location

java.lang.Object
  extended by org.springframework.social.facebook.api.FacebookObject
      extended by 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.


Constructor Summary
Location(double latitude, double longitude)
           
Location(String description)
           
 
Method Summary
 String getCity()
           
 String getCountry()
           
 String getDescription()
           
 double getLatitude()
           
 double getLongitude()
           
 String getState()
           
 String getStreet()
           
 String getZip()
           
 
Methods inherited from class org.springframework.social.facebook.api.FacebookObject
add, getExtraData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Location

public Location(double latitude,
                double longitude)

Location

public Location(String description)
Method Detail

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()