Optional
facetThe facet representation at which level the resulting facets will be shapen.
Example: "/東京都"
Optional
limitThe maximum number of items that you want to retrieve.
Defaults to 100 unless specified.
Optional
offsetThe offset from which you want to retrieve the result.
Optional
qThe query to search against the address database.
Either q
or t
must be present.
Example: "東京都 AND 渋谷区"
Optional
tThe unprocessed portions of the address string to search against the address database.
Either q
or t
must be present.
Example: "東京都渋谷区初台"
Optional
versionThe version of which the database is searched against.
Defaults to the latest available version.
Example: "2021-04-30"
An
AddressSearcherOptions
stores a set of parameters that will be sent tosearchAddresses
API.