still_map_image
Generate a static map image URL centered on a location. Returns a PNG map image for embedding in reports or sharing via email or messaging.
Instructions
Generate a static map image URL centered on a location. Returns a URL to a PNG map image — useful for embedding maps in reports or sending via WhatsApp/email.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Center latitude | |
| lng | Yes | Center longitude | |
| zoom | No | Zoom level 4–18 (default 15) | |
| width | No | Image width in pixels (default 800) | |
| height | No | Image height in pixels (default 600) | |
| markers | No | Optional marker as 'lat,lng' to pin on the map |