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