Addresses map

Component ID

2676622

Component name

Addresses map

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

413

Component created

Component changed

Component body

Collect addresses with an ability to display them on the Google map.

Main features

  • Import addresses from CSV
  • Add new addresses using UI
  • Export addresses to CSV
  • Display addresses on the map
  • Customize map markers
  • Customize markers animation
  • Use locations from multiple content types
  • Search
    • Could be enabled/disabled
    • Inaccurate queries available
    • Autocomplete powered by Google API
    • API allowed to react on search and customize the results

Import/export could be made to different destinations. Destination - is a field of Postal code type provided by Address Field module (entity of node type is used to host content).

Prepare new content type

Ready-to-go content type - is the same as destination described above. To prepare new one you'll need:

  1. Create new content type or choose existing one
  2. Go to Manage fields
  3. Add Postal code field
    • Enable Organization name (recommended)
    • Enable Phone (optional)

That's all! From now you can import to or export from this field.

1.x to 2.x migration guide

- Rename templates and assets ctools--pin-map--google-map--content-type--default.[tpl.php|css|js] to ctools--pinmap--content-types--google-map--default.[tpl.php|css|js].
- Run pending database updates (drush updb).