You are here

geofield-google-map.html.twig in Geofield Map 8

Same filename and directory in other branches
  1. 8.2 templates/geofield-google-map.html.twig

Theme implementation to display a Geofield Google Map.

This creates a placeholder for the map to be injected in.

Available variables:

  • mapid
  • height
  • width

File

templates/geofield-google-map.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Theme implementation to display a Geofield Google Map.
  5. *
  6. * This creates a placeholder for the map to be injected in.
  7. *
  8. * Available variables:
  9. * - mapid
  10. * - height
  11. * - width
  12. *
  13. * @ingroup themeable
  14. *
  15. */
  16. #}
  17. <div id="{{ mapid }}" class="geofield-google-map" style="min-width: 200px; width: {{ width }}; min-height: 200px; height: {{ height }}"></div>