public final class Point extends Object
| Constructor and Description |
|---|
Point(double latitude,
double longitude) |
Point(List<Double> values) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
double |
getLatitude() |
double |
getLongitude() |
int |
hashCode() |
String |
toString() |
Copyright © 2022. All rights reserved.