public class Geolocation extends Object
| Modifier and Type | Field and Description |
|---|---|
Double |
accuracy
Non-negative accuracy value.
|
double |
latitude
Latitude between -90 and 90.
|
double |
longitude
Longitude between -180 and 180.
|
| Constructor and Description |
|---|
Geolocation(double latitude,
double longitude) |
| Modifier and Type | Method and Description |
|---|---|
Geolocation |
setAccuracy(double accuracy) |
public double latitude
public double longitude
public Double accuracy
0.public Geolocation setAccuracy(double accuracy)
Copyright © 2021. All rights reserved.