You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| persistentHint | Forces hint to always be visible. |`"persistentHint": true`|
56
56
| minChars | Minimum number of characters which has to be entered so the query is triggered |`"minChars": 2`|
57
57
| queryDelay | Delay in MS before a query is triggered |`"queryDelay": 200`|
58
+
| httpTimeout | Timeout in MS for underlying HTTP request. Defaults to `15000`|`"httpTimeout": 10000`|
58
59
| debug | Boolean value to enable debug logs |`"debug": false`|
59
60
| provider | Key defining which geocoder provider should be used. Could be `osm`, `photon` or `opencage`|`"provider": "osm"`|
60
61
| providerOptions | Optional options which are passed to the geocoder provider |`"providerOptions": {"lang": "en-US", "countrycodes": "", "limit": 6}`|
0 commit comments