Tomtom Maps
Connector for the tomtom-maps API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- 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>