@StableMinor(version="12.3", sinceVersion="10.2") public class GeoPoint extends Object implements Serializable
Constructor and Description |
---|
GeoPoint(double lat,
double lon)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
double |
getLatitude()
Returns the latitude.
|
double |
getLongitude()
Returns the longitude.
|
int |
hashCode() |
String |
toString() |
public GeoPoint(double lat, double lon)
lat
- the latitude.lon
- the longitude.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.