public final class Altitude extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Altitude.Builder |
Modifier and Type | Method and Description |
---|---|
static Altitude.Builder |
builder() |
boolean |
equals(Object o) |
Double |
getAccuracyInMeters()
A double representing the accuracy of the altitude measurement in meters.
|
Double |
getAltitudeInMeters()
A double representing the altitude of the device in meters.
|
int |
hashCode() |
String |
toString() |
public static Altitude.Builder builder()
public Double getAltitudeInMeters()
public Double getAccuracyInMeters()
Copyright © 2023. All rights reserved.