Revert "Try to increase STOP_SEARCHING_STREET_WITH_MULTIPLIER_RADIUS"
This reverts commit e12a27432a
.
This commit is contained in:
parent
0a2aaecc04
commit
1b698ba984
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ public class GeocodingUtilities {
|
|||
private static final Log log = PlatformUtil.getLog(GeocodingUtilities.class);
|
||||
|
||||
public static final float THRESHOLD_MULTIPLIER_SKIP_STREETS_AFTER = 4;
|
||||
public static final float STOP_SEARCHING_STREET_WITH_MULTIPLIER_RADIUS = 150;
|
||||
public static final float STOP_SEARCHING_STREET_WITH_MULTIPLIER_RADIUS = 100;
|
||||
public static final float STOP_SEARCHING_STREET_WITHOUT_MULTIPLIER_RADIUS = 400;
|
||||
|
||||
public static final float DISTANCE_STREET_NAME_PROXIMITY_BY_NAME = 15000;
|
||||
|
|
Loading…
Reference in a new issue