Sign in

Embed map (Place)

documented

Embed a map focused on a place using an iframe.

GET /maps/embed/v1/placeMaps Embed APIno implementation yet0 runs
No 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/place?key={{MAPS_API_KEY}}&q={{place_query}}" \
  -X GET \
  -H "Accept: text/html" \
  -H "User-Agent: keychains-curl"