Embed map (View)
documentedEmbed a map view in an iframe.
GET /maps/embed/v1/viewMaps Embed APIno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://www.google.com/maps/embed/v1/view?key={{MAPS_API_KEY}}¢er={{$center}}&zoom={{$zoom}}&maptype={{$maptype}}" \
-X GET \
-H "Accept: text/html"