mirror of https://github.com/pelias/api.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
656 B
39 lines
656 B
{ |
|
"suggest": [ |
|
{ |
|
"layers": ["poi", "admin", "address"], |
|
"precision": [5, 3, 1] |
|
}, |
|
{ |
|
"layers": ["admin"], |
|
"precision": [] |
|
}, |
|
{ |
|
"layers": ["poi", "admin", "address"], |
|
"precision": [3], |
|
"fuzzy": "AUTO" |
|
} |
|
], |
|
"suggest_nearby": [ |
|
{ |
|
"layers": ["poi", "admin", "address"], |
|
"precision": [] |
|
}, |
|
{ |
|
"layers": ["poi", "admin", "address"], |
|
"precision": [], |
|
"fuzzy": "AUTO" |
|
} |
|
], |
|
"coarse": [ |
|
{ |
|
"layers": ["admin"], |
|
"precision": [5, 3, 1] |
|
}, |
|
{ |
|
"layers": ["admin"], |
|
"precision": [3], |
|
"fuzzy": "AUTO" |
|
} |
|
] |
|
} |