com.restfb.types
Class Checkin.Place
java.lang.Object
com.restfb.types.FacebookType
com.restfb.types.NamedFacebookType
com.restfb.types.CategorizedFacebookType
com.restfb.types.Checkin.Place
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Checkin
public static class Checkin.Place
- extends CategorizedFacebookType
Represents the Place
Graph API type.
- Since:
- 1.6
- Author:
- Mark Allen
- See Also:
- Serialized Form
Checkin.Place
public Checkin.Place()
hashCode
public int hashCode()
- Overrides:
hashCode
in class FacebookType
- See Also:
Object.hashCode()
equals
public boolean equals(Object that)
- Overrides:
equals
in class FacebookType
- See Also:
Object.equals(java.lang.Object)
toString
public String toString()
- Overrides:
toString
in class FacebookType
- See Also:
Object.toString()
getLocation
public Checkin.Place.Location getLocation()
- The latitude/longitude of the check-in.
- Returns:
- The latitude/longitude of the check-in.
RestFB 1.6.8. Copyright © 2010-2011 Mark Allen. All Rights Reserved.