Package locus.api.objects.geocaching
Object GeocachingData.Companion
-
- All Implemented Interfaces:
public class GeocachingData.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static GeocachingData.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final StringgetTypeAsString(Integer type)final IntegergetTypeAsInt(String type)Get type of cache based on it's text representation. final BooleanisEventCache(Integer type)Check if certain type of cache is type "Event". -
-
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
-
-
-
-