Maps
  1. Raster
Maps
  • Copyrights
    • Copyrights whole world
      GET
    • Captions
      GET
    • Copyrights bounding box
      GET
    • Copyrights tile
      GET
  • Raster
    • Static Image
      GET
    • Tile
      GET
  • Vector
    • Tile
      GET
  • WMS
    • WMTS
      • GetMap
      • GetCapabilities
      • WMTS
  1. Raster

Static Image

GET
/map/{versionNumber}/staticimage
The Static Image service renders a rectangular raster image
in the style, size, and zoom level specified. The image can be requested
using either a center point plus width and height or a bounding box.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.tomtom.com/map//staticimage'
Response Response Example
200 - Example 1
{}

Request

Path Params

Query Params

Responses

🟢200<b>OK</b>
application/json
Body

🟠400<b>Bad Request</b>: Received by the interface, but there is an error in the request, such as: - one or more of the required parameters is missing - unsupported or unrecognized parameter value - two or more mutually exclusive parameters are used in t
🟠403<b>Forbidden</b>: - supplied API key is not valid for the request - the requested view is not available in the country where the request was sent from
🔴500<b>Internal Server Error</b>: There is a problem with the Static Map Service.
🔴503<b>Service currently unavailable.</b>
Modified at 2023-08-15 05:45:32
Previous
Copyrights tile
Next
Tile
Built with