Modifier and Type | Method and Description |
---|---|
double |
getLatitude() |
double |
getLongitude() |
static Trip.Point2D |
getPoint(double latitude,
double longitude,
Double altitude) |
static Trip.Point2D |
getPoint(List<Double> coordinates) |
public static Trip.Point2D getPoint(List<Double> coordinates)
public static Trip.Point2D getPoint(double latitude, double longitude, Double altitude)
public double getLongitude()
public double getLatitude()