Static Google maps
Template method for generating a static Google map image
Simple map example
<img src="{{ get_static_map(location=site.locations[0]) }}" width="680", height="340">Advanced usage
{{ get_static_map(
location=site.locations[0],
width=680,
height=340,
scale=2,
icon="https://www.example.com/some-icon.png",
zoom=14
) }}Icon best practices
Last updated
Was this helpful?