Skip to content

Commit

Permalink
Merge pull request #449 from BK01/master
Browse files Browse the repository at this point in the history
exactSpelling parameter
  • Loading branch information
3rdmike authored Aug 12, 2024
2 parents fcbd4de + 26a7cb3 commit 5b0c0bc
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions geocoder/geocoder-combined.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,16 @@
"default": false
}
},
{
"name": "exactSpelling",
"in": "query",
"description": "If true, autoComplete suggestions are limited to addresses beginning with the provided partial address (**only available in geocodertst**).",
"required": false,
"schema": {
"type": "boolean",
"default": false
}
},
{
"name": "setBack",
"in": "query",
Expand Down Expand Up @@ -551,6 +561,16 @@
"default": false
}
},
{
"name": "exactSpelling",
"in": "query",
"description": "If true, autoComplete suggestions are limited to addresses beginning with the provided partial address (**only available in geocodertst**).",
"required": false,
"schema": {
"type": "boolean",
"default": false
}
},
{
"name": "setBack",
"in": "query",
Expand Down

0 comments on commit 5b0c0bc

Please sign in to comment.