Get map tile
get_map_tileFetch a rendered map tile for a given latitude and longitude to view the map layer as an image. Choose from standard, transport, cycle, landscape, and outdoor styles.
Instructions
Fetch the rendered map tile covering a location so the map layer can be viewed as an image. Styles: "standard" (openstreetmap.org default, no key needed), "transport" (public transport layer), "cycle", "landscape", "outdoor" (Thunderforest styles — require the THUNDERFOREST_API_KEY environment variable). Returns the PNG tile plus tile metadata and attribution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zoom | No | Zoom level (0 = world, 19 = building level) | |
| style | No | Map style / layer to render | standard |
| latitude | Yes | Latitude the tile must cover (decimal degrees) | |
| longitude | Yes | Longitude the tile must cover (decimal degrees) |