Full fledged example with content?: Install the out-of-the-box Mapsemble Store Locator
composer require drupal/mapsemble
in your Drupal project or download from Drupal.org.$config['mapsemble.settings']['api_key'] = 'your-api-key'
; Alternatively, set the API key in the UI at /admin/config/services/mapsemble
.drush en mapsemble --uri=your-domain
or use the UI.Create an Out of the Box store locator (with demo content).
Run composer require drupal/mapsemble_store_locator
in your Drupal project or download from Drupal.org.
Set the API key in settings.local.php (recommended):$config['mapsemble.settings']['api_key'] = 'your-api-key';
Alternatively, set the API key in the UI at /admin/config/services/mapsemble
.
Run drush en mapsemble_store_locator
or enable the module in the Drupal UI.
To add demo content, run composer require drupal/mapsemble_store_locator_demo_content
and enable the module.
Add the Mapsemble block to any region and set the map configuration.
Build your custom map using your own entities and map configuration.
/admin/structure/mapsemble
and create a new map.