mapbox_get_static_map
Generate a static map image URL from Mapbox for a given location, with adjustable zoom, size, and style parameters.
Instructions
Generate a static map image URL for a given location using Mapbox.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| access_token | Yes | Mapbox access token | |
| longitude | Yes | Center longitude | |
| latitude | Yes | Center latitude | |
| zoom | No | Zoom level (0-22, default: 12) | |
| width | No | Image width in px (max: 1280, default: 600) | |
| height | No | Image height in px (max: 1280, default: 400) | |
| style | No | Map style (default: mapbox/streets-v11) | |
| retina | No | Return @2x high-DPI image |