diff --git a/app/src/main/java/de/apps4ics/mountainnavigation/Features.java b/app/src/main/java/de/apps4ics/mountainnavigation/Features.java index 0fa18e4..e3e328b 100644 --- a/app/src/main/java/de/apps4ics/mountainnavigation/Features.java +++ b/app/src/main/java/de/apps4ics/mountainnavigation/Features.java @@ -9,4 +9,14 @@ public static final int FOUNTAIN_LARGE = 2; //Size of fountain public static final int PATH_EXPOSED = 0; //is the path exposed? public static final int PATH_DIFF_WET = 1; //difficult path if rain + public static final int PATH_GIDDINESS = 2; //if a person has to be free from giddiness for this path + public static final int PATH_CLIMBING = 3; //if a person has to climb on this path + public static final int BREAK_STONE = 0; //if the break point is just a stone + public static final int BREAK_BENCH = 0; //if the break point is a bench + public static final int BREAK_ADV = 0; //if the break point is advanced + //trash bins have no options + //images might have no options + //cell reception might has no options, (gets own DB table or predefined levels: level 0 => 0-20%, level 1 => 21-40%, ...) + //wifi, same as cell reception + //lifts have no options }