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

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

Uses of Trackable in com.arcao.geocaching.api
 

Methods in com.arcao.geocaching.api that return Trackable
abstract  Trackable GeocachingApi.getTrackable(String trackableCode, int trackableLogCount)
          Get a trackable object for given trackable code.
 

Methods in com.arcao.geocaching.api that return types with arguments of type Trackable
abstract  List<Trackable> GeocachingApi.getTrackablesByCacheCode(String cacheCode, int startIndex, int maxPerPage, int trackableLogCount)
          Get a list of trackables which is currently placed in a cache.
 

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

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

Constructor parameters in com.arcao.geocaching.api.data with type arguments of type Trackable
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 Trackable in com.arcao.geocaching.api.impl
 

Methods in com.arcao.geocaching.api.impl that return Trackable
 Trackable LiveGeocachingApi.getTrackable(String trackableCode, int trackableLogCount)
           
 

Methods in com.arcao.geocaching.api.impl that return types with arguments of type Trackable
 List<Trackable> LiveGeocachingApi.getTrackablesByCacheCode(String cacheCode, int startIndex, int maxPerPage, int trackableLogCount)
           
 

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

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

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



Copyright © 2012. All Rights Reserved.