public static class Place.BoundingBox
extends Object
| Modifier and Type | Field and Description |
|---|---|
List<List<List<Double>>> |
coordinates
A series of longitude and latitude points, defining a box which will contain the Place
entity this bounding box is related to.
|
String |
type
The type of data encoded in the coordinates property.
|
| Constructor and Description |
|---|
BoundingBox(List<List<List<Double>>> coordinates,
String type) |
public final List<List<List<Double>>> coordinates
public final String type