arcao / geocaching-api

Java implementation of Groundspeak's Geocaching Live API.
Other
6 stars 3 forks source link

Unknown Cache (GeocacheType) #5

Open knowacki opened 8 years ago

knowacki commented 8 years ago

Please, add to GeocacheType.java definition of Unknown Cache:

Unknown("Unknown Cache", 8),

This type is required for successful parsing GPX files.

arcao commented 8 years ago

It's already in GecacheType class, but under Mystery, see here.

knowacki commented 8 years ago

I know, but "Unknown Cache" should be also implemented because this type is used in Pocket Query GPX e.g. `

Solving Puzzles V - Images & Steganography Bob & Brenda - Reno Bob & Brenda - Reno Unknown Cache Micro` and without this i can't use following method when I'm parsing GPX from PQ: `GeocacheType.fromName`
arcao commented 8 years ago

Ok.. :)