public static class Location.LatLong
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Location.LatLong.GeoAccuracy |
Constructor and Description |
---|
Location.LatLong(double latitude,
double longitude) |
Location.LatLong(double latitude,
double longitude,
Location.LatLong.GeoAccuracy geoAccuracy) |
Modifier and Type | Method and Description |
---|---|
Location.LatLong.GeoAccuracy |
getGeoAccuracy() |
double |
getLatitude() |
double |
getLongitude() |
public Location.LatLong(double latitude, double longitude, Location.LatLong.GeoAccuracy geoAccuracy)
public Location.LatLong(double latitude, double longitude)
public double getLatitude()
public double getLongitude()
public Location.LatLong.GeoAccuracy getGeoAccuracy()