diff options
Diffstat (limited to 'main/src/cgeo/geocaching/cgCache.java')
| -rw-r--r-- | main/src/cgeo/geocaching/cgCache.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/main/src/cgeo/geocaching/cgCache.java b/main/src/cgeo/geocaching/cgCache.java index 1bad99d..e7fee43 100644 --- a/main/src/cgeo/geocaching/cgCache.java +++ b/main/src/cgeo/geocaching/cgCache.java @@ -688,6 +688,9 @@ public class cgCache implements ICache { this.coords = coords; } + /** + * @return true if the coords are from the cache details page and the user has been logged in + */ public boolean isReliableLatLon() { return reliableLatLon; } |
