Revert "Try to increase STOP_SEARCHING_STREET_WITH_MULTIPLIER_RADIUS"

This reverts commit e12a27432a.
This commit is contained in:
xmd5a 2015-12-03 12:08:43 +03:00
parent 0a2aaecc04
commit 1b698ba984

View file

@ -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;