This module adds autocomplete functionality to the Address module, allowing users to select from matching addresses as they type and automatically populate relevant fields. It supports multiple geocoding providers like Swiss Post, Google Maps, and Mapbox.
This module enhances the Address module with autocomplete functionality.
When you start to type the street, a list of matching addresses will be shown. When you pick one all relevant address fields (like street, city, postcode, country) will be populated.
Providers
Multiple provider can be configured.
Currently available:
Features
- New Address Autocomplete Widget included, which adds Drupal's #autocomplete functionality to the address field.
- Contains extendable AddressProvider plugin system, so it's possible to add new Provider plugins easily & switch between them.