|
Spring Social Twitter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.social.twitter.api.Place
public class Place
Represents a place that a Twitter user may send a tweet from.
| Nested Class Summary | |
|---|---|
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 Summary | |
|---|---|
Place(java.lang.String id,
java.lang.String name,
java.lang.String fullName,
java.lang.String streetAddress,
java.lang.String country,
java.lang.String countryCode,
PlaceType placeType)
|
|
| Method Summary | |
|---|---|
java.util.List<Place.GeoPoint> |
getBoundingBox()
A list of points defining a box that fully contains the place's geometry. |
java.util.List<Place> |
getContainedWithin()
A list of other places that this place is contained within. |
java.lang.String |
getCountry()
The place's country. |
java.lang.String |
getCountryCode()
The place's country code. |
java.lang.String |
getFullName()
The full name for the place. |
Place.Geometry |
getGeometry()
The place's geometry. |
java.lang.String |
getId()
The place's ID. |
java.lang.String |
getName()
A brief name for the place. |
PlaceType |
getPlaceType()
The place type. |
java.lang.String |
getStreetAddress()
The place's street address. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Place(java.lang.String id,
java.lang.String name,
java.lang.String fullName,
java.lang.String streetAddress,
java.lang.String country,
java.lang.String countryCode,
PlaceType placeType)
| Method Detail |
|---|
public java.lang.String getId()
public java.lang.String getName()
public java.lang.String getFullName()
public java.lang.String getStreetAddress()
public java.lang.String getCountry()
public java.lang.String getCountryCode()
public PlaceType getPlaceType()
public java.util.List<Place> getContainedWithin()
public java.util.List<Place.GeoPoint> getBoundingBox()
public Place.Geometry getGeometry()
|
Spring Social Twitter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||