public class LatLon extends Object implements Serializable
| Constructor and Description |
|---|
LatLon() |
LatLon(double lat,
double lon) |
| Modifier and Type | Method and Description |
|---|---|
double |
getLat() |
double |
getLon() |
void |
setLat(double lat) |
void |
setLon(double lon) |
String |
toString() |
Copyright © 2020 Flowing Code. All rights reserved.