public static class WebClientOptions.Geolocation extends Object
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–2024 Gargoyle Software Inc.. All rights reserved.