Try to increase STOP_SEARCHING_STREET_WITH_MULTIPLIER_RADIUS

This commit is contained in:
xmd5a 2015-12-03 10:40:31 +03:00
parent 74faf3cd9e
commit e12a27432a

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 = 100;
public static final float STOP_SEARCHING_STREET_WITH_MULTIPLIER_RADIUS = 150;
public static final float STOP_SEARCHING_STREET_WITHOUT_MULTIPLIER_RADIUS = 400;
public static final float DISTANCE_STREET_NAME_PROXIMITY_BY_NAME = 15000;