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