|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Filter | |
|---|---|
| com.arcao.geocaching.api | |
| com.arcao.geocaching.api.impl | |
| com.arcao.geocaching.api.impl.live_geocaching_api.filter | |
| Uses of Filter in com.arcao.geocaching.api |
|---|
| Methods in com.arcao.geocaching.api with parameters of type Filter | |
|---|---|
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 Filter in com.arcao.geocaching.api.impl |
|---|
| Methods in com.arcao.geocaching.api.impl with parameters of type Filter | |
|---|---|
List<SimpleGeocache> |
LiveGeocachingApi.searchForGeocaches(boolean isLite,
int maxPerPage,
int geocacheLogCount,
int trackableLogCount,
Filter[] filters)
|
| Uses of Filter in com.arcao.geocaching.api.impl.live_geocaching_api.filter |
|---|
| Classes in com.arcao.geocaching.api.impl.live_geocaching_api.filter that implement Filter | |
|---|---|
class |
CacheCodeFilter
|
class |
DifficultyFilter
|
class |
GeocacheExclusionsFilter
|
class |
GeocacheTypeFilter
|
class |
NotFoundByUsersFilter
|
class |
NotHiddenByUsersFilter
|
class |
PointRadiusFilter
|
class |
TerrainFilter
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||