The Autocomplete API is intended to simplify the entry of addresses by making it easier and faster to enter an
address and to avoid incorrect entries by making suitable suggestions. For this purpose, each keystroke during input
narrows down the result to a list of matching addresses.
Nevertheless, an address should always be validated after it has been entered completely. Through the final validation,
the address can be checked again in detail without incurring additional costs (see Billing).
By default, autocomplete only considers delivery addresses. To consider other address types (the other address types
are described here: Address Types) during input, the
request must be extended (see API spec).
When using autocomplete, you have to decide between two different input modes:
structured and single line completion, which are
described below.