com.restfb.types
Class Checkin.Place.Location

java.lang.Object
  extended by com.restfb.types.Checkin.Place.Location
All Implemented Interfaces:
Serializable
Enclosing class:
Checkin.Place

public static class Checkin.Place.Location
extends Object
implements Serializable

Represents the Location Graph API type.

Since:
1.6
Author:
Mark Allen
See Also:
Serialized Form

Constructor Summary
Checkin.Place.Location()
           
 
Method Summary
 boolean equals(Object that)
           
 String getCity()
          The city of the check-in.
 String getCountry()
          The country of the check-in.
 Double getLatitude()
          The latitude of the check-in.
 Double getLongitude()
          The longitude of the check-in.
 String getState()
          The state of the check-in.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Checkin.Place.Location

public Checkin.Place.Location()
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object
See Also:
Object.hashCode()

equals

public boolean equals(Object that)
Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()

getLatitude

public Double getLatitude()
The latitude of the check-in.

Returns:
The latitude of the check-in.

getLongitude

public Double getLongitude()
The longitude of the check-in.

Returns:
The longitude of the check-in.

getCity

public String getCity()
The city of the check-in.

Returns:
The city of the check-in.
Since:
1.6.5

getState

public String getState()
The state of the check-in.

Returns:
The state of the check-in.
Since:
1.6.5

getCountry

public String getCountry()
The country of the check-in.

Returns:
The country of the check-in.
Since:
1.6.5


RestFB 1.6.8. Copyright © 2010-2011 Mark Allen. All Rights Reserved.