|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.restfb.types.Checkin.Place.Location
public static class Checkin.Place.Location
Represents the Location Graph API type.
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 |
---|
public Checkin.Place.Location()
Method Detail |
---|
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object that)
equals
in class Object
Object.equals(java.lang.Object)
public String toString()
toString
in class Object
Object.toString()
public Double getLatitude()
public Double getLongitude()
public String getCity()
public String getState()
public String getCountry()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |