How to complete an address with filters
The Autocomplete API enables you to complete partially typed addresses, facilitating
quick and standardized address input for end users. By using the
AdditionalFeatures
parameter, you can customize the information
provided in the response to meet specific requirements.
Potential use cases
-
Minimize data for cost efficiency: Reduce response size and data transfer costs by requesting only essential address components when a follow-up query is anticipated.
-
Include necessary details for direct use: Retrieve comprehensive address information to eliminate the need for additional queries.
Examples
This example applies a country filter to refine results, enabling a standardized form of the user-inputted address to populate form fields accurately.
This example returns additional data, allowing the returned address
details to be used without a follow-up query. The Core
set of
additional features is sufficient for this use case.