mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 22:19:50 +00:00
find more locations in autocomplete
This commit is contained in:
parent
e5aa8fb51d
commit
208cc5c2eb
1 changed files with 1 additions and 0 deletions
|
@ -184,6 +184,7 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
|
||||||
if (constraint.type == LocationType.ANY)
|
if (constraint.type == LocationType.ANY)
|
||||||
// 1=place 2=stop 4=street 8=address 16=crossing 32=poi 64=postcode
|
// 1=place 2=stop 4=street 8=address 16=crossing 32=poi 64=postcode
|
||||||
uri.append("&anyObjFilter_sf=").append(2 + 4 + 8 + 16 + 32 + 64);
|
uri.append("&anyObjFilter_sf=").append(2 + 4 + 8 + 16 + 32 + 64);
|
||||||
|
uri.append("&anyMaxSizeHitList=500");
|
||||||
|
|
||||||
// System.out.println(uri.toString());
|
// System.out.println(uri.toString());
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue