|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TravelBug | |
|---|---|
| geocaching.api | |
| geocaching.api.data | |
| geocaching.api.impl | |
| geocaching.api.impl.live_geocaching_api.parser | |
| Uses of TravelBug in geocaching.api |
|---|
| Methods in geocaching.api that return TravelBug | |
|---|---|
abstract TravelBug |
GeocachingApi.getTravelBug(String travelBugCode)
|
| Methods in geocaching.api that return types with arguments of type TravelBug | |
|---|---|
abstract List<TravelBug> |
GeocachingApi.getTravelBugsByCache(String cacheCode)
|
| Uses of TravelBug in geocaching.api.data |
|---|
| Methods in geocaching.api.data that return types with arguments of type TravelBug | |
|---|---|
List<TravelBug> |
Geocache.getTravelBugs()
|
| Constructor parameters in geocaching.api.data with type arguments of type TravelBug | |
|---|---|
Geocache(String geoCode,
String name,
double longitude,
double latitude,
CacheType cacheType,
float difficultyRating,
float terrainRating,
String authorGuid,
String authorName,
boolean available,
boolean archived,
boolean premiumListing,
String countryName,
String stateName,
Date created,
String contactName,
ContainerType containerType,
int trackableCount,
boolean found,
String shortDescription,
String longDescrition,
String hint,
List<CacheLog> cacheLogs,
List<TravelBug> travelBugs,
List<Waypoint> waypoints,
List<AttributeType> attributes,
List<UserWaypoint> userWaypoints)
|
|
| Uses of TravelBug in geocaching.api.impl |
|---|
| Methods in geocaching.api.impl that return TravelBug | |
|---|---|
TravelBug |
LiveGeocachingApi.getTravelBug(String travelBugCode)
|
| Methods in geocaching.api.impl that return types with arguments of type TravelBug | |
|---|---|
List<TravelBug> |
LiveGeocachingApi.getTravelBugsByCache(String cacheCode)
|
| Uses of TravelBug in geocaching.api.impl.live_geocaching_api.parser |
|---|
| Methods in geocaching.api.impl.live_geocaching_api.parser that return TravelBug | |
|---|---|
static TravelBug |
TravelBugJsonParser.parse(JsonReader r)
|
| Methods in geocaching.api.impl.live_geocaching_api.parser that return types with arguments of type TravelBug | |
|---|---|
static List<TravelBug> |
TravelBugJsonParser.parseList(JsonReader r)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||