Street View image
documentedReturn a Street View panorama image.
GET /maps/api/streetviewStreet View Image 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://maps.googleapis.com/maps/api/streetview?size={{$size}}&location={{$location}}&fov={{$fov}}&heading={{$heading}}&pitch={{$pitch}}&key={{MAPS_API_KEY}}" \
-X GET \
-H "Accept: image/jpeg"