java.io.Serializable
public class Geometry
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field | Description |
---|---|---|
Bounds |
bounds |
The bounding box which can fully contain the returned result (optionally returned).
|
LatLng |
location |
The geocoded latitude/longitude value.
|
LocationType |
locationType |
The level of certainty of this geocoding result.
|
Bounds |
viewport |
The recommended viewport for displaying the returned result.
|
Constructor | Description |
---|---|
Geometry() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
toString() |
public Bounds bounds
public LatLng location
public LocationType locationType
public Bounds viewport