public class Place extends TwitterObject
Modifier and Type | Class and Description |
---|---|
static class |
Place.Geometry
Represents a place's geometry.
|
static class |
Place.GeometryType |
static class |
Place.GeoPoint
Represents a point in geospace (e.g., latitude/longitude)
|
Constructor and Description |
---|
Place(String id,
String name,
String fullName,
String streetAddress,
String country,
String countryCode,
PlaceType placeType) |
Modifier and Type | Method and Description |
---|---|
List<Place.GeoPoint> |
getBoundingBox() |
List<Place> |
getContainedWithin() |
String |
getCountry() |
String |
getCountryCode() |
String |
getFullName() |
Place.Geometry |
getGeometry() |
String |
getId() |
String |
getName() |
PlaceType |
getPlaceType() |
String |
getStreetAddress() |
add, getExtraData
public String getId()
public String getName()
public String getFullName()
public String getStreetAddress()
public String getCountry()
public String getCountryCode()
public PlaceType getPlaceType()
public List<Place> getContainedWithin()
public List<Place.GeoPoint> getBoundingBox()
public Place.Geometry getGeometry()