init with 0
This commit is contained in:
parent
99b49c7dca
commit
a9b7e4138f
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ public class PoiUIFilter implements SearchPoiTypeFilter, Comparable<PoiUIFilter>
|
|||
|
||||
protected final OsmandApplication app;
|
||||
|
||||
protected int distanceInd = 1;
|
||||
protected int distanceInd = 0;
|
||||
// in kilometers
|
||||
protected double[] distanceToSearchValues = new double[] {1, 2, 5, 10, 20, 50, 100, 200, 500};
|
||||
|
||||
|
|
Loading…
Reference in a new issue