public class Geometry
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and 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 and Description |
---|
Geometry() |
public Bounds bounds
public LatLng location
public LocationType locationType
public Bounds viewport