Tool to retrieve raster tiles from a Mapbox Studio style. Use when you need map tiles for specific coordinates and zoom levels. Returns PNG or JPG raster tiles that can be assembled to create map visualizations. Tiles follow the XYZ tiling scheme where the world is divided into…
xRequiredintegerTile X coordinate at the specified zoom level. Valid range depends on zoom level (0 to 2^z - 1).
yRequiredintegerTile Y coordinate at the specified zoom level. Valid range depends on zoom level (0 to 2^z - 1).
zRequiredintegerZoom level for the tile. Valid range is 0 to 22, where 0 is the most zoomed out (world view) and 22 is the most zoomed in.
retinabooleanIf true, return high-DPI/retina display tile (@2x). This doubles the resolution of the returned tile.
style_idRequiredstringThe ID of the style. Common styles include 'satellite-v9' (satellite imagery), 'streets-v12' (detailed streets), 'dark-v11' (dark theme), 'light-v11' (light theme), 'outdoors-v12' (topographic).
tilesizeRequiredintegerSize of the returned raster tile in pixels. Must be one of: 256 or 512. Default is 512.
usernameRequiredstringThe username of the style owner. Use 'mapbox' for official Mapbox styles.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.