| Methods in geocaching.api that throw GeocachingApiException |
CacheLog |
GeocachingApi.createFieldNoteAndPublish(FieldNote fieldNote,
boolean publish,
ImageData imageData,
boolean favoriteThisCache)
|
abstract CacheLog |
GeocachingApi.createFieldNoteAndPublish(String cacheCode,
LogType logType,
Date dateLogged,
String note,
boolean publish,
ImageData imageData,
boolean favoriteThisCache)
|
Geocache |
GeocachingApi.getCache(String cacheCode)
|
abstract List<CacheLog> |
GeocachingApi.getCacheLogs(String cacheCode,
int startPosition,
int endPosition)
|
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. |
SimpleGeocache |
GeocachingApi.getCacheSimple(String cacheCode)
|
abstract TravelBug |
GeocachingApi.getTravelBug(String travelBugCode)
|
abstract List<TravelBug> |
GeocachingApi.getTravelBugsByCache(String cacheCode)
|
abstract UserProfile |
GeocachingApi.getYourUserProfile(boolean favoritePointData,
boolean geocacheData,
boolean publicProfileData,
boolean souvenirData,
boolean trackableData)
|
void |
GeocachingApi.openSession(String session)
|
abstract void |
GeocachingApi.openSession(String userName,
String password)
|
abstract List<SimpleGeocache> |
GeocachingApi.searchForGeocaches(boolean isLite,
int startIndex,
int maxPerPage,
int geocacheLogCount,
int trackableLogCount,
Filter[] filters)
|
| Methods in geocaching.api.impl that throw GeocachingApiException |
protected JsonReader |
LiveGeocachingApi.callGet(String function)
|
protected JsonReader |
LiveGeocachingApi.callPost(String function,
String postBody)
|
CacheLog |
LiveGeocachingApi.createFieldNoteAndPublish(String cacheCode,
LogType logType,
Date dateLogged,
String note,
boolean publish,
ImageData imageData,
boolean favoriteThisCache)
|
List<CacheLog> |
LiveGeocachingApi.getCacheLogs(String cacheCode,
int startPosition,
int endPosition)
|
TravelBug |
LiveGeocachingApi.getTravelBug(String travelBugCode)
|
List<TravelBug> |
LiveGeocachingApi.getTravelBugsByCache(String cacheCode)
|
UserProfile |
LiveGeocachingApi.getYourUserProfile(boolean favoritePointData,
boolean geocacheData,
boolean publicProfileData,
boolean souvenirData,
boolean trackableData)
|
protected void |
LiveGeocachingApi.checkError(JsonReader r)
|
void |
LiveGeocachingApi.openSession(String userName,
String password)
|
List<SimpleGeocache> |
LiveGeocachingApi.searchForGeocaches(boolean isLite,
int startIndex,
int maxPerPage,
int geocacheLogCount,
int trackableLogCount,
Filter[] filters)
|