nuxt / scripts

Plug-and-play script optimization for Nuxt applications. (Public Preview)
https://scripts.nuxt.com
MIT License
134 stars 9 forks source link

feat: google maps with progressive static image #24

Closed harlan-zw closed 2 months ago

harlan-zw commented 2 months ago

We should avoid loading the google map libraries until there is a good indication that the user will be interacting with the map, until then we can show a static image of the map location.

This will require end users to have permission to the Static Maps API but I think this is reasonable as they will already require a Google Maps API key.

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
scripts-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 21, 2024 9:11am
harlan-zw commented 2 months ago

This will need some further polishing and docs but good enough for now.