twitter4j
Interface Place

All Superinterfaces:
java.lang.Comparable<Place>, java.io.Serializable, TwitterResponse

public interface Place
extends TwitterResponse, java.lang.Comparable<Place>, java.io.Serializable

Since:
Twitter4J 2.1.1
Author:
Yusuke Yamamoto - yusuke at mac.com

Field Summary
 
Fields inherited from interface twitter4j.TwitterResponse
NONE, READ, READ_WRITE, READ_WRITE_DIRECTMESSAGES
 
Method Summary
 GeoLocation[][] getBoundingBoxCoordinates()
           
 java.lang.String getBoundingBoxType()
           
 Place[] getContainedWithIn()
           
 java.lang.String getCountry()
           
 java.lang.String getCountryCode()
           
 java.lang.String getFullName()
           
 GeoLocation[][] getGeometryCoordinates()
           
 java.lang.String getGeometryType()
           
 java.lang.String getId()
           
 java.lang.String getName()
           
 java.lang.String getPlaceType()
           
 java.lang.String getStreetAddress()
           
 java.lang.String getURL()
           
 
Methods inherited from interface twitter4j.TwitterResponse
getAccessLevel, getRateLimitStatus
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

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()