-
- All Implemented Interfaces:
public class GeocachingData.Companion
-
-
Field Summary
-
Method Summary
-
-
Method Detail
-
getTypeAsString
final String getTypeAsString(Integer type)
-
getTypeAsInt
final Integer getTypeAsInt(String type)
Get type of cache based on it's text representation.
- Parameters:
type- type as text
-
isEventCache
final Boolean isEventCache(Integer type)
Check if certain type of cache is type "Event".
- Parameters:
type- type of cache to test
-
getCACHE_TYPE_TRADITIONAL
final Integer getCACHE_TYPE_TRADITIONAL()
Traditional cache, API Id: 2
-
getCACHE_TYPE_MULTI
final Integer getCACHE_TYPE_MULTI()
Multi-cache, API Id: 3
-
getCACHE_TYPE_MYSTERY
final Integer getCACHE_TYPE_MYSTERY()
Mystery/Unknown cache, API Id: 8
-
getCACHE_TYPE_VIRTUAL
final Integer getCACHE_TYPE_VIRTUAL()
Virtual cache, API Id: 4
-
getCACHE_TYPE_EARTH
final Integer getCACHE_TYPE_EARTH()
Earthcache, API Id: 137
-
getCACHE_TYPE_PROJECT_APE
final Integer getCACHE_TYPE_PROJECT_APE()
Project A.P.E., API Id: 9
-
getCACHE_TYPE_LETTERBOX
final Integer getCACHE_TYPE_LETTERBOX()
Letterbox Hybrid cache, API Id: 5
-
getCACHE_TYPE_WHERIGO
final Integer getCACHE_TYPE_WHERIGO()
Wherigo, API Id: 1858
-
getCACHE_TYPE_EVENT
final Integer getCACHE_TYPE_EVENT()
Event cache, API Id: 6
-
getCACHE_TYPE_MEGA_EVENT
final Integer getCACHE_TYPE_MEGA_EVENT()
Mega-event, API Id: 453
-
getCACHE_TYPE_CACHE_IN_TRASH_OUT
final Integer getCACHE_TYPE_CACHE_IN_TRASH_OUT()
Cache In Trash Out Event, API Id: 13
-
getCACHE_TYPE_GPS_ADVENTURE
final Integer getCACHE_TYPE_GPS_ADVENTURE()
GPS Adventures Exhibit, API Id: 1304
-
getCACHE_TYPE_WEBCAM
final Integer getCACHE_TYPE_WEBCAM()
Webcam, API Id: 11
-
getCACHE_TYPE_LOCATIONLESS
final Integer getCACHE_TYPE_LOCATIONLESS()
Locationless (Reverse) Cache, API Id: 12
-
getCACHE_TYPE_BENCHMARK
final Integer getCACHE_TYPE_BENCHMARK()
Benchmark, not published over API
-
getCACHE_TYPE_MAZE_EXHIBIT
final Integer getCACHE_TYPE_MAZE_EXHIBIT()
Maze Exhibit, not published over API
-
getCACHE_TYPE_WAYMARK
final Integer getCACHE_TYPE_WAYMARK()
Waymark, not published over API
-
getCACHE_TYPE_GROUNDSPEAK
final Integer getCACHE_TYPE_GROUNDSPEAK()
-
getCACHE_TYPE_GC_HQ
final Integer getCACHE_TYPE_GC_HQ()
Geocaching HQ, API Id: 3773 Previously "Groundspeak"
-
getCACHE_TYPE_LF_EVENT
final Integer getCACHE_TYPE_LF_EVENT()
-
getCACHE_TYPE_COMMUNITY_CELEBRATION
final Integer getCACHE_TYPE_COMMUNITY_CELEBRATION()
Community Celebration Event, API Id: 3653 Previously "Lost And Found Event"
-
getCACHE_TYPE_LF_CELEBRATION
final Integer getCACHE_TYPE_LF_CELEBRATION()
-
getCACHE_TYPE_GC_HQ_CELEBRATION
final Integer getCACHE_TYPE_GC_HQ_CELEBRATION()
Geocaching HQ Celebration, API Id: 3774 Previously "Lost And Found Celebration"
-
getCACHE_TYPE_GIGA_EVENT
final Integer getCACHE_TYPE_GIGA_EVENT()
Giga-event, API Id: 7005
-
getCACHE_TYPE_LAB_CACHE
final Integer getCACHE_TYPE_LAB_CACHE()
Lab cache, not published over API
-
getCACHE_TYPE_GC_HQ_BLOCK_PARTY
final Integer getCACHE_TYPE_GC_HQ_BLOCK_PARTY()
Geocaching HQ Block Party, API Id: 4738
-
getCACHE_TYPE_UNDEFINED
final Integer getCACHE_TYPE_UNDEFINED()
Incorrect/undefined type of geocache. Such point should not be considered as geocache at all.
-
getCACHE_SIZE_NOT_CHOSEN
final Integer getCACHE_SIZE_NOT_CHOSEN()
-
getCACHE_SIZE_MICRO
final Integer getCACHE_SIZE_MICRO()
-
getCACHE_SIZE_SMALL
final Integer getCACHE_SIZE_SMALL()
-
getCACHE_SIZE_REGULAR
final Integer getCACHE_SIZE_REGULAR()
-
getCACHE_SIZE_LARGE
final Integer getCACHE_SIZE_LARGE()
-
getCACHE_SIZE_HUGE
final Integer getCACHE_SIZE_HUGE()
-
getCACHE_SIZE_OTHER
final Integer getCACHE_SIZE_OTHER()
-
getCACHE_SOURCE_UNDEFINED
final Integer getCACHE_SOURCE_UNDEFINED()
-
getCACHE_SOURCE_GEOCACHING_COM
final Integer getCACHE_SOURCE_GEOCACHING_COM()
-
getCACHE_SOURCE_GEOCACHING_HU
final Integer getCACHE_SOURCE_GEOCACHING_HU()
-
getCACHE_SOURCE_OPENCACHING
final Integer getCACHE_SOURCE_OPENCACHING()
-
getCACHE_SOURCE_OPENCACHING_DE
final Integer getCACHE_SOURCE_OPENCACHING_DE()
-
getCACHE_SOURCE_OPENCACHING_ES
final Integer getCACHE_SOURCE_OPENCACHING_ES()
-
getCACHE_SOURCE_OPENCACHING_FR
final Integer getCACHE_SOURCE_OPENCACHING_FR()
-
getCACHE_SOURCE_OPENCACHING_IT
final Integer getCACHE_SOURCE_OPENCACHING_IT()
-
getCACHE_SOURCE_OPENCACHING_NL
final Integer getCACHE_SOURCE_OPENCACHING_NL()
-
getCACHE_SOURCE_OPENCACHING_PL
final Integer getCACHE_SOURCE_OPENCACHING_PL()
-
getCACHE_SOURCE_OPENCACHING_RO
final Integer getCACHE_SOURCE_OPENCACHING_RO()
-
getCACHE_SOURCE_OPENCACHING_UK
final Integer getCACHE_SOURCE_OPENCACHING_UK()
-
getCACHE_SOURCE_OPENCACHING_US
final Integer getCACHE_SOURCE_OPENCACHING_US()
-
getCACHE_SOURCE_OPENCACHING_CZ
final Integer getCACHE_SOURCE_OPENCACHING_CZ()
-
-
-
-