You are here

README.txt in Addressfield Autocomplete 7

Addressfield autocomplete
------------------------------------------------------------------------------
Provides a hook into google maps autocomplete API. Implements a new widget
which utilises the addressfield autocomplete functionality and provides an
easy to use single box for entering an address. 

It also allows you to target addresses within specific countries and search 
for full addresses, establishments or just cities within those countries.

Dependencies
------------------------------------------------------------------------------
This module is dependent on the following drupal modules: Addressfield, GMap 
and Libraries.

It also requires a 3rd party javascript plugin which can be found here:
http://ubilabs.github.io/geocomplete/

Installation
------------------------------------------------------------------------------
1. Make sure you have installed addressfield, GMap and libraries.
2. Download the geocomplete plugin from the following location
   http://ubilabs.github.io/geocomplete/
3. Extract the plugin to your libraries directory and rename the folder
   geocomplete.
4. Navigate to manage fields inside a content type.
5. Create or edit a new or existing address field, change the widget to Address
   autocomplete.
6. Adjust the instance settings of the field to suit your needs.

Addressfield Autocomplete, Geofield and Geocoder work together
------------------------------------------------------------------------------
For more information on integrating these 3 modules please visit:
https://www.drupal.org/node/2359579

Notes
------------------------------------------------------------------------------
Some of the maps settings are inherited from the GMap module settings page.
These include: width, height, center, zoom and map type. The reset of the 
settings are configurable through the instance settings form for that field.

File

README.txt
View source
  1. Addressfield autocomplete
  2. ------------------------------------------------------------------------------
  3. Provides a hook into google maps autocomplete API. Implements a new widget
  4. which utilises the addressfield autocomplete functionality and provides an
  5. easy to use single box for entering an address.
  6. It also allows you to target addresses within specific countries and search
  7. for full addresses, establishments or just cities within those countries.
  8. Dependencies
  9. ------------------------------------------------------------------------------
  10. This module is dependent on the following drupal modules: Addressfield, GMap
  11. and Libraries.
  12. It also requires a 3rd party javascript plugin which can be found here:
  13. http://ubilabs.github.io/geocomplete/
  14. Installation
  15. ------------------------------------------------------------------------------
  16. 1. Make sure you have installed addressfield, GMap and libraries.
  17. 2. Download the geocomplete plugin from the following location
  18. http://ubilabs.github.io/geocomplete/
  19. 3. Extract the plugin to your libraries directory and rename the folder
  20. geocomplete.
  21. 4. Navigate to manage fields inside a content type.
  22. 5. Create or edit a new or existing address field, change the widget to Address
  23. autocomplete.
  24. 6. Adjust the instance settings of the field to suit your needs.
  25. Addressfield Autocomplete, Geofield and Geocoder work together
  26. ------------------------------------------------------------------------------
  27. For more information on integrating these 3 modules please visit:
  28. https://www.drupal.org/node/2359579
  29. Notes
  30. ------------------------------------------------------------------------------
  31. Some of the maps settings are inherited from the GMap module settings page.
  32. These include: width, height, center, zoom and map type. The reset of the
  33. settings are configurable through the instance settings form for that field.