maps_street_view
Get Street View images for any location with customizable heading, pitch, and field of view.
Instructions
Get Street View images for any location with customizable viewing angle and field of view
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| location | Yes | Address or lat,lng coordinates (e.g., 'Times Square, NYC' or '40.758,-73.985') | |
| size | No | Image size in pixels (e.g., '640x640', max 640x640) | 640x640 |
| heading | No | Compass heading in degrees (0-360, 0=North, 90=East, 180=South, 270=West) | |
| pitch | No | Up/down viewing angle in degrees (-90 to 90, 0=horizontal, positive=up, negative=down) | |
| fov | No | Field of view in degrees (10-120, determines zoom level, lower=more zoomed) | |
| download | No | Whether to download the image locally (default: false) | |
| downloadDir | No | Custom directory to save downloaded image (optional, defaults to 'downloads/maps') |