public final class Coordinate extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Coordinate.Builder |
Modifier and Type | Method and Description |
---|---|
static Coordinate.Builder |
builder() |
boolean |
equals(Object o) |
Double |
getAccuracyInMeters()
A double representing the accuracy of geolocation data in meters.
|
Double |
getLatitudeInDegrees()
A double representing the latitude in degrees of the device.
|
Double |
getLongitudeInDegrees()
A double representing the longitude in degrees of the device.
|
int |
hashCode() |
String |
toString() |
public static Coordinate.Builder builder()
public Double getLatitudeInDegrees()
public Double getLongitudeInDegrees()
public Double getAccuracyInMeters()
Copyright © 2023. All rights reserved.