Uses of Class
com.arcao.geocaching.api.data.Waypoint

Packages that use Waypoint
com.arcao.geocaching.api.data   
com.arcao.geocaching.api.impl.live_geocaching_api.parser   
 

Uses of Waypoint in com.arcao.geocaching.api.data
 

Methods in com.arcao.geocaching.api.data that return types with arguments of type Waypoint
 List<Waypoint> Geocache.getWaypoints()
           
 

Constructor parameters in com.arcao.geocaching.api.data with type arguments of type Waypoint
Geocache(String cacheCode, String name, double longitude, double latitude, CacheType cacheType, float difficultyRating, float terrainRating, String authorGuid, String authorName, boolean available, boolean archived, boolean premiumListing, Date created, String contactName, ContainerType containerType, int trackableCount, boolean found, String countryName, String stateName, String shortDescription, String longDescrition, String hint, List<CacheLog> cacheLogs, List<Trackable> trackables, List<Waypoint> waypoints, List<AttributeType> attributes, List<UserWaypoint> userWaypoints)
           
 

Uses of Waypoint in com.arcao.geocaching.api.impl.live_geocaching_api.parser
 

Methods in com.arcao.geocaching.api.impl.live_geocaching_api.parser that return Waypoint
static Waypoint WaypointJsonParser.parse(JsonReader r)
           
 

Methods in com.arcao.geocaching.api.impl.live_geocaching_api.parser that return types with arguments of type Waypoint
static List<Waypoint> WaypointJsonParser.parseList(JsonReader r)
           
 



Copyright © 2012. All Rights Reserved.