|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SimpleGeocache | |
|---|---|
| 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 SimpleGeocache in com.arcao.geocaching.api |
|---|
| Methods in com.arcao.geocaching.api that return SimpleGeocache | |
|---|---|
SimpleGeocache |
GeocachingApi.getCacheSimple(String cacheCode)
Get a basic information about cache. |
| Methods in com.arcao.geocaching.api that return types with arguments of type SimpleGeocache | |
|---|---|
abstract List<SimpleGeocache> |
GeocachingApi.getMoreGeocaches(boolean isLite,
int startIndex,
int maxPerPage,
int geocacheLogCount,
int trackableLogCount)
|
abstract List<SimpleGeocache> |
GeocachingApi.searchForGeocaches(boolean isLite,
int maxPerPage,
int geocacheLogCount,
int trackableLogCount,
Filter[] filters)
Search for geocaches and return list of found. |
| Uses of SimpleGeocache in com.arcao.geocaching.api.data |
|---|
| Subclasses of SimpleGeocache in com.arcao.geocaching.api.data | |
|---|---|
class |
Geocache
|
| Uses of SimpleGeocache in com.arcao.geocaching.api.impl |
|---|
| Methods in com.arcao.geocaching.api.impl that return types with arguments of type SimpleGeocache | |
|---|---|
List<SimpleGeocache> |
LiveGeocachingApi.getMoreGeocaches(boolean isLite,
int startIndex,
int maxPerPage,
int geocacheLogCount,
int trackableLogCount)
|
List<SimpleGeocache> |
LiveGeocachingApi.searchForGeocaches(boolean isLite,
int maxPerPage,
int geocacheLogCount,
int trackableLogCount,
Filter[] filters)
|
| Uses of SimpleGeocache in com.arcao.geocaching.api.impl.live_geocaching_api.parser |
|---|
| Methods in com.arcao.geocaching.api.impl.live_geocaching_api.parser that return SimpleGeocache | |
|---|---|
static SimpleGeocache |
SimpleGeocacheJsonParser.parse(JsonReader r)
|
| Methods in com.arcao.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 | |||||||||