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

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