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.