twitter4j
Interface Place
- All Superinterfaces:
- Comparable<Place>, Serializable, TwitterResponse
public interface Place
- extends TwitterResponse, Comparable<Place>, Serializable
- Since:
- Twitter4J 2.1.1
- Author:
- Yusuke Yamamoto - yusuke at mac.com
getName
String getName()
getStreetAddress
String getStreetAddress()
getCountryCode
String getCountryCode()
getId
String getId()
getCountry
String getCountry()
getPlaceType
String getPlaceType()
getURL
String getURL()
getFullName
String getFullName()
getBoundingBoxType
String getBoundingBoxType()
getBoundingBoxCoordinates
GeoLocation[][] getBoundingBoxCoordinates()
getGeometryType
String getGeometryType()
getGeometryCoordinates
GeoLocation[][] getGeometryCoordinates()
getContainedWithIn
Place[] getContainedWithIn()
Copyright © 2012. All Rights Reserved.