Uses of Interface
geocaching.api.impl.live_geocaching_api.filter.Filter

Packages that use Filter
geocaching.api   
geocaching.api.impl   
geocaching.api.impl.live_geocaching_api.filter   
 

Uses of Filter in geocaching.api
 

Methods in geocaching.api with parameters of type Filter
abstract  List<SimpleGeocache> GeocachingApi.searchForGeocaches(boolean isLite, int startIndex, int maxPerPage, int geocacheLogCount, int trackableLogCount, Filter[] filters)
           
 

Uses of Filter in geocaching.api.impl
 

Methods in geocaching.api.impl with parameters of type Filter
 List<SimpleGeocache> LiveGeocachingApi.searchForGeocaches(boolean isLite, int startIndex, int maxPerPage, int geocacheLogCount, int trackableLogCount, Filter[] filters)
           
 

Uses of Filter in geocaching.api.impl.live_geocaching_api.filter
 

Classes in 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
           
 



Copyright © 2012. All Rights Reserved.