Uses of Class
geocaching.api.data.type.WayPointType

Packages that use WayPointType
geocaching.api.data   
geocaching.api.data.type   
 

Uses of WayPointType in geocaching.api.data
 

Methods in geocaching.api.data that return WayPointType
 WayPointType Waypoint.getWayPointType()
           
 

Constructors in geocaching.api.data with parameters of type WayPointType
Waypoint(double longitude, double latitude, Date time, String waypointGeoCode, String name, String note, WayPointType wayPointType)
           
 

Uses of WayPointType in geocaching.api.data.type
 

Methods in geocaching.api.data.type that return WayPointType
static WayPointType WayPointType.parseWayPointType(String waypointName)
           
static WayPointType WayPointType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WayPointType[] WayPointType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012. All Rights Reserved.