"""Geocaching Api Limits.""" MAXIMUM_TRACKED_CACHES: int = 50 MAXIMUM_TRACKED_TRACKABLES: int = 10 MAXIMUM_NEARBY_CACHES: int = 50