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