public class Point
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getLat()
get the current lat value of the point
|
java.lang.Double |
getLon()
get the current lon value of the point
|
void |
setLat(java.lang.Double newLat)
update the lat value of the point
|
void |
setLon(java.lang.Double newLon)
update the lon value of the point
|
public void setLat(java.lang.Double newLat)
newLat - double lat valuepublic void setLon(java.lang.Double newLon)
newLon - double lon valuepublic java.lang.Double getLat()
public java.lang.Double getLon()