Maps
  1. WMTS
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
        GET
      • GetCapabilities
        GET
      • WMTS
        GET
  1. WMTS

GetMap

GET
/map/{versionNumber}/wms/
The GetMap call implements the Web Map Service 1.1.1 standard
to access TomTom raster map tiles. This service is described
in the response to the GetCapabilities API call.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.tomtom.com/map//wms/?request=&srs=EPSG:4326&bbox=-0.489,51.28,0.236,51.686&width=512&height=512&format=image/png&layers=&version='
Response Response Example
200 - Example 1
{}

Request

Path Params

Query Params

Responses

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

🟢202<b>Accepted</b>: Received by the interface, but there is a WMS exception in processing it. Possible causes include: - one or more required parameters is missing - unsupported or unrecognized parameter value - malformed bounding box requested - inv
🟠401<b>Unauthorized</b>: Supplied API key is not valid for the request
🔴500<b>Internal Server Error</b>: There is a problem with the TomTom WMS service
Modified at 2023-08-15 05:45:32
Previous
Tile
Next
GetCapabilities
Built with