Spring Social Facebook

org.springframework.social.facebook.api
Class Location

java.lang.Object
  extended by 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.

Author:
Craig Walls

Method Summary
 java.lang.String getCity()
           
 java.lang.String getCountry()
           
 double getLatitude()
           
 double getLongitude()
           
 java.lang.String getState()
           
 java.lang.String getStreet()
           
 java.lang.String getZip()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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

Spring Social Facebook