Tomtom Maps
TomTom Maps is a mapping API and map-data platform for displaying digital maps in applications.
- Base URL:
https://api.tomtom.com - Auth:
query:key(pass your key via theapiKeyinput)
Operations
get_map_versionnumber_copyrights_format— GET /map/{versionNumber}/copyrights.{format} — Copyrights whole worldget_map_versionnumber_copyrights_caption_format— GET /map/{versionNumber}/copyrights/caption.{format} — Captionsget_map_versionnumber_copyrights_minlon_minlat_m— GET /map/{versionNumber}/copyrights/{minLon}/{minLat}/{maxLon}/{maxLat}.{format} — Copyrights bounding boxget_map_versionnumber_copyrights_zoom_x_y_format— GET /map/{versionNumber}/copyrights/{zoom}/{X}/{Y}.{format} — Copyrights tileget_map_versionnumber_staticimage— GET /map/{versionNumber}/staticimage — Static Imageget_map_versionnumber_tile_layer_style_zoom_x_y_— GET /map/{versionNumber}/tile/{layer}/{style}/{zoom}/{X}/{Y}.pbf — Tile
Inputs
apiKey— your tomtom-maps API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_map_versionnumber_copyrights_format
apiKey: <your key>
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
apiKey |
string | yes | — | DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change. |
operation |
string | yes | — | One of: get_map_versionnumber_copyrights_format, get_map_versionnumber_copyrights_caption_format, get_map_versionnumber_copyrights_minlon_minlat_m, get_map_versionnumber_copyrights_zoom_x_y_format, get_map_versionnumber_staticimage, get_map_versionnumber_tile_layer_style_zoom_x_y_ |
X |
string | no | — | Path parameter X (required by some operations). |
Y |
string | no | — | Path parameter Y (required by some operations). |
format |
string | no | — | Path parameter format (required by some operations). |
layer |
string | no | — | Path parameter layer (required by some operations). |
maxLat |
string | no | — | Path parameter maxLat (required by some operations). |
maxLon |
string | no | — | Path parameter maxLon (required by some operations). |
minLat |
string | no | — | Path parameter minLat (required by some operations). |
minLon |
string | no | — | Path parameter minLon (required by some operations). |
style |
string | no | — | Path parameter style (required by some operations). |
versionNumber |
string | no | — | Path parameter versionNumber (required by some operations). |
zoom |
string | no | — | Path parameter zoom (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |