com.arcao.geocaching.api.data
Class Waypoint

java.lang.Object
  extended by com.arcao.geocaching.api.data.Waypoint

public class Waypoint
extends Object


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

Waypoint

public Waypoint(double longitude,
                double latitude,
                Date time,
                String waypointGeoCode,
                String name,
                String note,
                WayPointType wayPointType)
Method Detail

getLatitude

public double getLatitude()

getLongitude

public double getLongitude()

getTime

public Date getTime()

getWaypointGeoCode

public String getWaypointGeoCode()

getName

public String getName()

getNote

public String getNote()

getWayPointType

public WayPointType getWayPointType()

getIconName

public String getIconName()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.