|
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.Geometry
public static class Place.Geometry
Represents a place's geometry.
| Constructor Summary | |
|---|---|
Place.Geometry(Place.GeometryType type,
java.util.List<java.util.List<Place.GeoPoint>> coordinates)
|
|
| Method Summary | |
|---|---|
java.util.List<java.util.List<Place.GeoPoint>> |
getCoordinates()
The coordinates defining a place's geometry. |
Place.GeometryType |
getType()
The geometry's type, either POINT, POLYGON, or MULTIPOLYGON. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Place.Geometry(Place.GeometryType type,
java.util.List<java.util.List<Place.GeoPoint>> coordinates)
| Method Detail |
|---|
public Place.GeometryType getType()
public java.util.List<java.util.List<Place.GeoPoint>> getCoordinates()
|
Spring Social Twitter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||