| Constructor and Description |
|---|
Place.Geometry(Place.GeometryType type,
List<List<Place.GeoPoint>> coordinates) |
| Modifier and Type | Method and Description |
|---|---|
List<List<Place.GeoPoint>> |
getCoordinates()
The coordinates defining a place's geometry.
|
Place.GeometryType |
getType() |
public Place.Geometry(Place.GeometryType type, List<List<Place.GeoPoint>> coordinates)
public Place.GeometryType getType()
public List<List<Place.GeoPoint>> getCoordinates()