twitter4j
Interface Place
- All Superinterfaces:
- java.lang.Comparable<Place>, java.io.Serializable
- All Known Implementing Classes:
- PlaceJSONImpl
public interface Place
- extends java.lang.Comparable<Place>, java.io.Serializable
- Since:
- Twitter4J 2.1.1
- Author:
- Yusuke Yamamoto - yusuke at mac.com
Methods inherited from interface java.lang.Comparable |
compareTo |
getName
java.lang.String getName()
getStreetAddress
java.lang.String getStreetAddress()
getCountryCode
java.lang.String getCountryCode()
getId
java.lang.String getId()
getCountry
java.lang.String getCountry()
getPlaceType
java.lang.String getPlaceType()
getURL
java.lang.String getURL()
getFullName
java.lang.String getFullName()
getBoundingBoxType
java.lang.String getBoundingBoxType()
getBoundingBoxCoordinates
GeoLocation[][] getBoundingBoxCoordinates()
getGeometryType
java.lang.String getGeometryType()
getGeometryCoordinates
GeoLocation[][] getGeometryCoordinates()
getContainedWithIn
Place[] getContainedWithIn()