|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgeocaching.api.data.Waypoint
public class Waypoint
| Constructor Summary | |
|---|---|
Waypoint(double longitude,
double latitude,
Date time,
String waypointGeoCode,
String name,
String note,
WayPointType wayPointType)
|
|
| Method Summary | |
|---|---|
String |
getIconName()
|
double |
getLatitude()
|
double |
getLongitude()
|
String |
getName()
|
String |
getNote()
|
Date |
getTime()
|
String |
getWaypointGeoCode()
|
WayPointType |
getWayPointType()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Waypoint(double longitude,
double latitude,
Date time,
String waypointGeoCode,
String name,
String note,
WayPointType wayPointType)
| Method Detail |
|---|
public double getLatitude()
public double getLongitude()
public Date getTime()
public String getWaypointGeoCode()
public String getName()
public String getNote()
public WayPointType getWayPointType()
public String getIconName()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||