|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SimpleGeocache | |
|---|---|
| geocaching.api | |
| geocaching.api.data | |
| geocaching.api.impl | |
| geocaching.api.impl.live_geocaching_api.parser | |
| Uses of SimpleGeocache in geocaching.api |
|---|
| Methods in geocaching.api that return SimpleGeocache | |
|---|---|
SimpleGeocache |
GeocachingApi.getCacheSimple(String cacheCode)
|
| Methods in geocaching.api that return types with arguments of type SimpleGeocache | |
|---|---|
List<SimpleGeocache> |
GeocachingApi.getCaches(String[] cacheCodes,
boolean isLite,
int startIndex,
int maxPerPage,
int geocacheLogCount,
int trackableLogCount)
|
List<SimpleGeocache> |
GeocachingApi.getCachesByCoordinates(double latitude,
double longitude,
int startPosition,
int endPosition,
float radiusMiles)
|
List<SimpleGeocache> |
GeocachingApi.getCachesByCoordinates(double latitude,
double longitude,
int startPosition,
int endPosition,
float radiusMiles,
CacheType[] cacheTypes)
Deprecated. |
abstract List<SimpleGeocache> |
GeocachingApi.searchForGeocaches(boolean isLite,
int startIndex,
int maxPerPage,
int geocacheLogCount,
int trackableLogCount,
Filter[] filters)
|
| Uses of SimpleGeocache in geocaching.api.data |
|---|
| Subclasses of SimpleGeocache in geocaching.api.data | |
|---|---|
class |
Geocache
|
| Uses of SimpleGeocache in geocaching.api.impl |
|---|
| Methods in geocaching.api.impl that return types with arguments of type SimpleGeocache | |
|---|---|
List<SimpleGeocache> |
LiveGeocachingApi.searchForGeocaches(boolean isLite,
int startIndex,
int maxPerPage,
int geocacheLogCount,
int trackableLogCount,
Filter[] filters)
|
| Uses of SimpleGeocache in geocaching.api.impl.live_geocaching_api.parser |
|---|
| Methods in geocaching.api.impl.live_geocaching_api.parser that return SimpleGeocache | |
|---|---|
static SimpleGeocache |
SimpleGeocacheJsonParser.parse(JsonReader r)
|
| Methods in geocaching.api.impl.live_geocaching_api.parser that return types with arguments of type SimpleGeocache | |
|---|---|
static List<SimpleGeocache> |
SimpleGeocacheJsonParser.parseList(JsonReader r)
|
static List<SimpleGeocache> |
GeocacheJsonParser.parseList(JsonReader r)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||