πŸ”§ Adding marker info bubbles

How to update from Smart Map to Google Maps

Follow the instructions below to learn how to update to the new Google Maps plugin...

Updating this is very straightforward, simply change the name of the option which specifies the Twig template. The underlying behavior remains nearly identical.

{# OLD #}
{% set options = {
    'markerInfo': 'example/my-info-window'
} %}

{# NEW #}
{% set options = {
    'infoWindowTemplate': 'example/my-info-window'
} %}

New Documentation

See the complete new Info Windows documentation.