Skip to content

Commit 5c06fbe

Browse files
committed
created EncodedValue.getFactor
1 parent f0804c2 commit 5c06fbe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/src/main/java/com/graphhopper/routing/util/EncodedValue.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ public int getBits() {
105105
return bits;
106106
}
107107

108+
public double getFactor() {
109+
return factor;
110+
}
111+
108112
public long setDefaultValue(long flags) {
109113
return setValue(flags, defaultValue);
110114
}

0 commit comments

Comments
 (0)