java.io.Serializable
public class GeolocationResult
extends java.lang.Object
implements java.io.Serializable
A successful geolocation request will return a result defining a location and radius.
Please see Geolocation responses for more detail.
Modifier and Type | Field | Description |
---|---|---|
double |
accuracy |
The accuracy of the estimated location, in meters.
|
LatLng |
location |
The user’s estimated latitude and longitude.
|
Constructor | Description |
---|---|
GeolocationResult() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
toString() |
public LatLng location
public double accuracy
location
.