Open haydeninghem opened 3 months ago
point = Point(56.25263, 15.26738) for cache in geocaching.search(point, limit=50): if cache.type == Type.traditional: print(cache.name)
When I run your example, I get the same results as if i did a geocode 'Orlando' or 'Prague' Other points return the same caches
The problem seems to be that you are using a PM account. Groundspeak must have changed something in the (premium) search again :/
When I run your example, I get the same results as if i did a geocode 'Orlando' or 'Prague' Other points return the same caches