Sign in

Embed Street View

documented

Embed a Street View panorama in an iframe.

GET /maps/embed/v1/streetviewMaps 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/streetview?key={{MAPS_API_KEY}}&location={{location}}&heading={{heading}}&pitch={{pitch}}&fov={{fov}}" \
  -X GET \
  -H "Accept: text/html"
Embed Street View · Google Maps · OpenIntegrations