public static class WebClientOptions.Geolocation extends Object implements Serializable
| Constructor and Description |
|---|
Geolocation(double latitude,
double longitude,
double accuracy,
Double altitude,
Double altitudeAccuracy,
Double heading,
Double speed)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getAccuracy() |
Double |
getAltitude() |
Double |
getAltitudeAccuracy() |
Double |
getHeading() |
double |
getLatitude() |
double |
getLongitude() |
Double |
getSpeed() |
public Geolocation(double latitude,
double longitude,
double accuracy,
Double altitude,
Double altitudeAccuracy,
Double heading,
Double speed)
accuracy - the accuracylatitude - the latitudelongitude - the longitudealtitude - the altitude or nullaltitudeAccuracy - the altitudeAccuracy or nullheading - the heading or nullspeed - the speed or nullpublic double getAccuracy()
public double getLatitude()
public double getLongitude()
public Double getAltitude()
public Double getAltitudeAccuracy()
public Double getHeading()
public Double getSpeed()
Copyright © 2002–2025 Gargoyle Software Inc.. All rights reserved.