spring-social-facebook

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.

Author:
Craig Walls

Constructor Summary
Location(double latitude, double longitude)
           
Location(java.lang.String description)
           
 
Method Summary
 java.lang.String getCity()
           
 java.lang.String getCountry()
           
 java.lang.String getDescription()
           
 double getLatitude()
           
 double getLongitude()
           
 java.lang.String getState()
           
 java.lang.String getStreet()
           
 java.lang.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(java.lang.String description)
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()

getDescription

public java.lang.String getDescription()

spring-social-facebook