{ "opencollection": "1.0.0", "info": { "name": "Maps Additional Data Vector API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "Vector", "type": "folder" }, "items": [ { "info": { "name": "Tile", "type": "http" }, "http": { "method": "GET", "url": "https://api.tomtom.com/map/:versionNumber/tile/:layer/:style/:zoom/:X/:Y.pbf", "params": [ { "name": "versionNumber", "value": "", "type": "path", "description": "Version of the service to call. The current version is 1" }, { "name": "layer", "value": "basic", "type": "path", "description": "Layer of tile to be rendered" }, { "name": "style", "value": "main", "type": "path", "description": "Style of tile to be rendered" }, { "name": "zoom", "value": "0", "type": "path", "description": "Zoom level of tile to be rendered" }, { "name": "X", "value": "0", "type": "path", "description": "x coordinate of tile on zoom grid" }, { "name": "Y", "value": "0", "type": "path", "description": "y coordinate of tile on zoom grid" }, { "name": "view", "value": "Unified", "type": "query", "description": "Geopolitical view. Determines rendering of disputed areas. See the documentation for an explanation of how this works in live services." }, { "name": "language", "value": "", "type": "query", "description": "Language to be used for labels in the response. The default is NGT: Neutral Ground Truth, which uses each place's local official language and script (where available). See the documentation for a full list of options." } ] }, "docs": "The Maps API Vector Service delivers vector tiles, which are representations of square sections of map data." } ] } ], "bundled": true }