{
"opencollection": "1.0.0",
"info": {
"name": "Maps Additional Data Raster API",
"version": "3.0"
},
"request": {
"auth": {
"type": "apikey",
"key": "key",
"value": "{{key}}",
"placement": "query"
}
},
"items": [
{
"info": {
"name": "Raster",
"type": "folder"
},
"items": [
{
"info": {
"name": "Static Image",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.tomtom.com/map/:versionNumber/staticimage",
"params": [
{
"name": "versionNumber",
"value": "",
"type": "path",
"description": "Version of the service to call. The current version is 1."
},
{
"name": "layer",
"value": "basic",
"type": "query",
"description": "Layer of image to be rendered. Hybrid and labels\nare intended for layering with other data and are only available in png format."
},
{
"name": "style",
"value": "main",
"type": "query",
"description": "Map style to be returned"
},
{
"name": "format",
"value": "png",
"type": "query",
"description": "Image format to be returned"
},
{
"name": "zoom",
"value": "",
"type": "query",
"description": "Zoom level of map image to be returned."
},
{
"name": "center",
"value": "4.899886, 52.379031",
"type": "query",
"description": "Coordinates for the center point of the image.\nMust be used with the width and\nheight parameters; cannot be used with bbox.\nUses EPSG:3857 projection (functionally equivalent to EPSG:900910)."
},
{
"name": "width",
"value": "512",
"type": "query",
"description": "Width of the resulting image in pixels. Width must be a positive integer between 1 and 8192."
},
{
"name": "height",
"value": "512",
"type": "query",
"description": "Height of the resulting image in pixels. Height must be a positive integer between 1 and 8192."
},
{
"name": "bbox",
"value": "",
"type": "query",
"description": "Bounding box for the image, using EPSG:3857 projection (functionally equivalent to EPSG:900910).\nValues must be in the order of minLon, minLat, maxLon, maxLat.\nMaxLat must be greater than minLat. Longitude values can be on both sides of the 180th meridian.\nCannot be used with center, width, or height parameters."
},
{
"name": "view",
"value": "Unified",
"type": "query",
"description": "Geopolitical view. Determines rendering of disputed areas. See the documentation for an explanation of how this works in live services."
}
]
},
"docs": "The Static Image service renders a rectangular raster image\nin the style, size, and zoom level specified. The image can be requested\nusing either a center point plus width and height or a bounding box."
},
{
"info": {
"name": "Tile",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.tomtom.com/map/:versionNumber/tile/:layer/:style/:zoom/:X/:Y.:format",
"params": [
{
"name": "versionNumber",
"value": "",
"type": "path",
"description": "Version of the service to call. The current version is 1."
},
{
"name": "layer",
"value": "basic",
"type": "path",
"description": "Layer of tile to be rendered. Hybrid and labels are intended for layering with other data and are only available in png format."
},
{
"name": "style",
"value": "main",
"type": "path",
"description": "Style of tile to be rendered"
},
{
"name": "zoom",
"value": "0",
"type": "path",
"description": "Zoom level of tile to be rendered"
},
{
"name": "X",
"value": "0",
"type": "path",
"description": "x coordinate of tile on zoom grid"
},
{
"name": "Y",
"value": "0",
"type": "path",
"description": "y coordinate of tile on zoom grid"
},
{
"name": "format",
"value": "png",
"type": "path",
"description": "Format of the response."
},
{
"name": "tileSize",
"value": "",
"type": "query",
"description": "Tile dimensions in pixels. 512 is only available for the main style and basic or labels layers."
},
{
"name": "view",
"value": "Unified",
"type": "query",
"description": "Geopolitical view. Determines rendering of disputed areas. See the documentation for an explanation of how this works in live services."
}
]
},
"docs": "The Maps API Raster Service delivers raster tiles, which are representations of square sections of map data."
}
]
}
],
"bundled": true
}