aboutsummaryrefslogtreecommitdiffstats
path: root/src/cgeo/geocaching/cgWaypoint.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgeo/geocaching/cgWaypoint.java')
-rw-r--r--src/cgeo/geocaching/cgWaypoint.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cgeo/geocaching/cgWaypoint.java b/src/cgeo/geocaching/cgWaypoint.java
index 5703dfa..7746c2c 100644
--- a/src/cgeo/geocaching/cgWaypoint.java
+++ b/src/cgeo/geocaching/cgWaypoint.java
@@ -90,4 +90,8 @@ public class cgWaypoint {
}
}
}
+
+ public boolean isUserDefined() {
+ return type != null && type.equalsIgnoreCase("own");
+ }
} \ No newline at end of file