public class Coordinates
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Coordinates(java.lang.Double latitude,
java.lang.Double longitude)
Create coordinates with the given latitude/longitude.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getLat()
The latitude
|
java.lang.Double |
getLong()
The longitude
|