public class GPXEntry extends GHPoint3D
| Constructor and Description |
|---|
GPXEntry(double lat,
double lon,
double ele,
long millis) |
GPXEntry(double lat,
double lon,
long millis) |
GPXEntry(GHPoint p,
long millis) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getTime()
The time relative to the start time in milli seconds.
|
int |
hashCode() |
void |
setTime(long time) |
String |
toString() |
getEle, getElevation, toGeoJsonpublic GPXEntry(GHPoint p, long millis)
public GPXEntry(double lat,
double lon,
long millis)
public GPXEntry(double lat,
double lon,
double ele,
long millis)
Copyright © 2012–2018. All rights reserved.