neshan_static_map
Render a static map image (PNG) centered on given coordinates. Specify zoom, dimensions, map type, and optional marker color.
Instructions
Render a static map image (PNG) centered on a coordinate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | ||
| lng | Yes | ||
| zoom | No | Zoom level (1-20). | |
| width | No | ||
| height | No | ||
| marker | No | Marker color at the center (e.g. 'red'), or None. | red |
| map_type | No | 'day' or 'night'. | day |