generate_map
Generate a styled map image for any location with adjustable radius, markers, routes, and color themes. Save directly to Downloads and reuse via data key.
Instructions
Generate a styled map image for a given location and save it to Downloads.
Coverage shape:
Default (no radius, no size): circular 500 m radius
radius=N: circular, N meters
size_ew + size_ns: rectangular bounding box
After generation the dataKey is returned in the text result. Use redownload_map(dataKey=...) to get the same map in a different color or format without waiting for regeneration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| place | No | ||
| lat | No | ||
| lng | No | ||
| markers | No | ||
| place_icon | No | ||
| name | No | ||
| title | No | ||
| radius | No | ||
| size_ew | No | ||
| size_ns | No | ||
| layers | No | ||
| poi_types | No | ||
| route | No | ||
| color_set | No | ||
| format | No | png | |
| canvas_width | No | ||
| canvas_height | No | ||
| edge_weight | No |