LatLngAlt
LatLngAlt (double lat, double lng)
Type: public
Parameter Name | Type | Description |
---|---|---|
lat | double | the latitude |
lng | double | the longitude |
LatLngAlt (double lat, double lng, Double alt)
Type: public
Parameter Name | Type | Description |
---|---|---|
lat | double | the latitude |
lng | double | the longitude |
alt | Double | the altitude |
getLat()
Type: public
double
Get the latitude
Returned Value: the latitude
setLat(double lat)
Type: public
void
Set the latitude
Parameter Name | Type | Description |
---|---|---|
lat | double | the latitude |
getLng()
Type: public
double
Get the longitude
Returned Value: the longitude
setLng(double lng)
Type: public
void
Set the longitude
Parameter Name | Type | Description |
---|---|---|
lng | double | the longitude |
alt()
Type: public
Double
Get the altitude
Returned Value: the altitude
setAlt(Double alt)
Type: public
void
Set the altitude
Parameter Name | Type | Description |
---|---|---|
alt | Double | the altitude |