Static Map Url
static_map_url"Static map image of [location]" / "embed a map of [coords]" / "map thumbnail PNG" / "screenshot of map" — returns a MapTiler static-tile image URL for embedding in slack, docs, emails, dashboards. Pass style + coords + zoom + width/height; returns a fetchable PNG URL. No interactive JS required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | ||
| lon | Yes | ||
| zoom | Yes | ||
| style | Yes | ||
| width | Yes | ||
| height | Yes | ||
| marker | No | ||
| retina | No | ||
| attribution | No |