Sign in

Place Photos (Legacy)

documented

Get photos for a place.

GET /maps/api/place/photoPlaces API (Legacy)no 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://maps.googleapis.com/maps/api/place/photo?photo_reference={{photo_reference}}&maxwidth={{maxwidth}}&key={{MAPS_API_KEY}}" \
  -L \
  -H "Accept: image/*"