public class Coordinate extends Object
| Modifier and Type | Field and Description |
|---|---|
protected double |
latitude |
protected double |
longitude |
| Constructor and Description |
|---|
Coordinate(double latitude,
double longitude) |
| Modifier and Type | Method and Description |
|---|---|
double |
getLatitude() |
double |
getLongitude() |
String |
toString() |
Copyright © 2017. All Rights Reserved.