Update search result
This commit is contained in:
parent
41c812903a
commit
8ea8316835
1 changed files with 4 additions and 4 deletions
|
@ -52,15 +52,15 @@ public enum ObjectType {
|
||||||
switch (t) {
|
switch (t) {
|
||||||
case HOUSE:
|
case HOUSE:
|
||||||
case STREET_INTERSECTION:
|
case STREET_INTERSECTION:
|
||||||
return 4;
|
return 5;
|
||||||
case STREET:
|
case STREET:
|
||||||
return 3;
|
return 4;
|
||||||
case CITY:
|
case CITY:
|
||||||
case VILLAGE:
|
case VILLAGE:
|
||||||
case POSTCODE:
|
case POSTCODE:
|
||||||
return 2;
|
return 3;
|
||||||
case POI:
|
case POI:
|
||||||
return 1;
|
return 2;
|
||||||
default:
|
default:
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue