You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to access the initialized google maps instance, which I launched in my template with {% google_map src="_data/places.yml" width="100%" zoom="10" %}, to then make dynamic changes on the marker or other configurations, like using methods from the google.maps.Map-Object?
The text was updated successfully, but these errors were encountered:
Is there a way to access the initialized google maps instance, which I launched in my template with
{% google_map src="_data/places.yml" width="100%" zoom="10" %}
, to then make dynamic changes on the marker or other configurations, like using methods from thegoogle.maps.Map
-Object?The text was updated successfully, but these errors were encountered: