aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/Geocache.java
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/cgeo/geocaching/Geocache.java')
-rw-r--r--main/src/cgeo/geocaching/Geocache.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/main/src/cgeo/geocaching/Geocache.java b/main/src/cgeo/geocaching/Geocache.java
index 8cfedb3..731f214 100644
--- a/main/src/cgeo/geocaching/Geocache.java
+++ b/main/src/cgeo/geocaching/Geocache.java
@@ -1771,4 +1771,12 @@ public class Geocache implements ICache, IWaypoint {
public void setLogPasswordRequired(boolean required) {
logPasswordRequired = required;
}
+
+ public String getWaypointGpxId(String prefix) {
+ return getConnector().getWaypointGpxId(prefix, geocode);
+ }
+
+ public String getWaypointPrefix(String name) {
+ return getConnector().getWaypointPrefix(name);
+ }
}