{"info":{"_postman_id":"a2a8b964-3f67-2507-0f2c-87371601c448","name":"Map Tile API","description":"The **HERE Map Tile API** is a RESTful API that retrieves map tiles for all regions of the world.\n\nThe Map Tile API addresses the following high level use cases:\n\n* get a map tile image\n* specify the viewing scheme of a map tile image\n* specify the zoom level of a map tile image\n* specify the resolution of a map tile image\n* identify different map versions\n* retrieve map copyright information\n* retrieve metadata information for a specific location\n\nThis example set works with version **2.1.64.0** or higher\n\nAdditional information can be found on [developer.here.com](https://developer.here.com/rest-apis/documentation/enterprise-map-tile)","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"Copyright Information","id":"4ee6d794-7c70-12e4-a6ee-13a24bea5ea1","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://1.base.maps.cit.api.here.com/maptile/2.1/copyright/newest?app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["1","base","maps","cit","api","here","com"],"path":["maptile","2.1","copyright","newest"],"query":[{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request map tile copyright information*\n\nTo make a request for copyright information, use the `copyright` parameter in the path of the request URL.\n  \n  Note that the client-side process formatting the JSON response may take some time in older browsers.\n\n\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"4ee6d794-7c70-12e4-a6ee-13a24bea5ea1"},{"name":"Transparent Truck Restrictions Map","id":"c85192d5-fd74-781f-1181-18ef2ddc6149","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://1.base.maps.cit.api.here.com/maptile/2.1/truckonlytile/newest/normal.day/12/2199/1342/256/png8?app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["1","base","maps","cit","api","here","com"],"path":["maptile","2.1","truckonlytile","newest","normal.day","12","2199","1342","256","png8"],"query":[{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request a transparent tile showing restrictions for heavy vehicles only*\n\nTo obtain a transparent map tile displaying route restrictions for trucks, use the `truckonlytile` parameter in the path of the request URL.\n\n\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"c85192d5-fd74-781f-1181-18ef2ddc6149"},{"name":"Fleet Vehicle Map","id":"7a188cce-f59a-e462-6b26-103e67c87f50","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"style","type":"text","value":"fleet"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://1.base.maps.cit.api.here.com/maptile/2.1/maptile/newest/normal.day/13/4093/2723/256/png8?style=fleet&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["1","base","maps","cit","api","here","com"],"path":["maptile","2.1","maptile","newest","normal.day","13","4093","2723","256","png8"],"query":[{"key":"style","value":"fleet"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request a street map tile using the fleet vehicle color scheme*\n\nFleet color scheme map tiles are available by passing `style=fleet` as a parameter of the request URL.\n\n\n\n* **style**  `enum`\n \\- If present, selects the style to use to render the tile.\n\n Valid values are : `default`, `alps`, `fleet`, `wings`, `dreamworks`, `flame`, `mini`\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"7a188cce-f59a-e462-6b26-103e67c87f50"},{"name":"Base64 Encoded Map Tile","id":"e147731c-31c5-9132-cb8f-bbaef9d0e1aa","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"output","type":"text","value":"base64"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://1.base.maps.cit.api.here.com/maptile/2.1/maptile/newest/normal.day/11/525/761/256/png8?output=base64&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["1","base","maps","cit","api","here","com"],"path":["maptile","2.1","maptile","newest","normal.day","11","525","761","256","png8"],"query":[{"key":"output","value":"base64"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request a base64 encoded map tile*\n\nBase64 encoded tiles are requested by adding the parameter `output=base64` to the request URL.\n  \n  Click on the response to decode the tile returned.\n\n\n\n* **output**  `text`\n \\- Indicates whether to return the tile as base64 encoded text.\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"e147731c-31c5-9132-cb8f-bbaef9d0e1aa"},{"name":"Multiple Base64 Encoded Map Tiles","id":"22ff6ede-afac-8f3d-1357-0aa620515ad0","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"output","type":"text","value":"base64"},{"key":"range","type":"text","value":"2x2"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://1.base.maps.cit.api.here.com/maptile/2.1/maptile/newest/normal.day/6/30/24/256/png8?output=base64&range=2x2&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["1","base","maps","cit","api","here","com"],"path":["maptile","2.1","maptile","newest","normal.day","6","30","24","256","png8"],"query":[{"key":"output","value":"base64"},{"key":"range","value":"2x2"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request multiple base64 encoded map tiles*\n\nA square consisting of multiple base64 encoded tiles is requested by adding the parameters `output=base64` and `range=NxN` to the request URL. The `column` and `row` in the path of the URL, defining the top left-hand corner of the tile group must be divisible by the value of the `range` parameter.\n  \n  Click on the response to decode the tiles returned.\n\n\n\n* **output**  `text`\n \\- Indicates whether to return the tile as base64 encoded text.\n\n* **range**  `enum`\n \\- Indicates the size of the array of tiles returned. Valid values are `2x2`, `3x3` or `4x4`\n\n Valid values are : `2x2`, `3x3`, `4x4`\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"22ff6ede-afac-8f3d-1357-0aa620515ad0"},{"name":"Normal Street Map","id":"8344f70d-79cb-25ba-4f14-db306f28b52c","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://1.base.maps.cit.api.here.com/maptile/2.1/maptile/newest/normal.day/11/525/761/256/png8?app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["1","base","maps","cit","api","here","com"],"path":["maptile","2.1","maptile","newest","normal.day","11","525","761","256","png8"],"query":[{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request a street map tile*\n\nStreet map tiles are available by passing `normal.day` in the path of the request URL.\n\n\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"8344f70d-79cb-25ba-4f14-db306f28b52c"},{"name":"Mobile Optimization","id":"9b346f5c-24e3-6efb-0c96-6c9e7db79626","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"},{"key":"ppi","type":"text","value":"250"}]},"url":{"raw":"https://1.base.maps.cit.api.here.com/maptile/2.1/maptile/newest/normal.day/11/525/761/256/png8?app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}&ppi=250","protocol":"https","host":["1","base","maps","cit","api","here","com"],"path":["maptile","2.1","maptile","newest","normal.day","11","525","761","256","png8"],"query":[{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"},{"key":"ppi","value":"250"}]},"description":"*Request a street map tile optimized for mobile devices*\n\nMap tiles for mobile devices are available by passing `250` in the `ppi` parameter of the request URL.\n\n\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request.\n\n* **ppi**  `enum`\n \\- Pixels per inch. Resolution that can be requested, valid values are: `72`=normal, `250`=mobile, `320`=hi-res\n\n Valid values are : `72` - normal, `250` - mobile, `320` - hi-res"},"response":[],"_postman_id":"9b346f5c-24e3-6efb-0c96-6c9e7db79626"},{"name":"Hi-Res Map Tiles","id":"99b60f7a-607c-0795-d5ba-b84654f670b8","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"},{"key":"ppi","type":"text","value":"320"}]},"url":{"raw":"https://1.base.maps.cit.api.here.com/maptile/2.1/maptile/newest/normal.day/11/525/761/256/png8?app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}&ppi=320","protocol":"https","host":["1","base","maps","cit","api","here","com"],"path":["maptile","2.1","maptile","newest","normal.day","11","525","761","256","png8"],"query":[{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"},{"key":"ppi","value":"320"}]},"description":"*Request a high-resolution street map tile*\n\nHigh resolution map tiles are available by passing `320` in `ppi `parameter in the path of the request URL.\n\n\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request.\n\n* **ppi**  `enum`\n \\- Pixels per inch. Resolution that can be requested, valid values are: `72`=normal, `250`=mobile, `320`=hi-res\n\n Valid values are : `72` - normal, `250` - mobile, `320` - hi-res"},"response":[],"_postman_id":"99b60f7a-607c-0795-d5ba-b84654f670b8"},{"name":"Support for Multiple Languages","id":"82b727f3-1390-1cc7-de74-2f82e3df49ac","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"lg","type":"text","value":"chi"},{"key":"lg2","type":"text","value":"eng"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://1.base.maps.cit.api.here.com/maptile/2.1/maptile/newest/normal.day/13/6693/3575/256/png8?lg=chi&lg2=eng&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["1","base","maps","cit","api","here","com"],"path":["maptile","2.1","maptile","newest","normal.day","13","6693","3575","256","png8"],"query":[{"key":"lg","value":"chi"},{"key":"lg2","value":"eng"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request a map tile with labels in two languages*\n\nThe `lg` query parameter is used to define the first language used on the map tiles. The `lg2` query parameter is used to define a supplementary second language. Consult the  Map Tile API Reference for a full list of available languages.\n\n\n\n* **lg**  `enum`\n \\- Alters the language of the labels displayed on the map. Three letter MARC code, for example `rus` for Russian language.\n\n Valid values are : `ara` - Arabic, `chi` - Chinese, `cht` - Chinese (Trad), `dut` - Dutch, `eng` - English, `fre` - French, `ger` - German, `gle` - Gaelic, `gre` - Greek, `heb` - Hebrew, `hin` - Hindi, `ind` - Indonesian, `ita` - Italian, `per` - Persian, `pol` - Polish, `por` - Portuguese, `rus` - Russian, `sin` - Sinhalese, `spa` - Spanish, `tha` - Thai, `tur` - Turkish, `ukr` - Ukranian, `urd` - Urdu, `vie` - Vietnamese, `wel` - Welsh\n\n* **lg2**  `enum`\n \\- Alters the second language of the labels displayed on the map. Three letter MARC code, for example `rus` for Russian language.\n\n Valid values are : `ara` - Arabic, `chi` - Chinese, `cht` - Chinese (Trad), `dut` - Dutch, `eng` - English, `fre` - French, `ger` - German, `gle` - Gaelic, `gre` - Greek, `heb` - Hebrew, `hin` - Hindi, `ind` - Indonesian, `ita` - Italian, `per` - Persian, `pol` - Polish, `por` - Portuguese, `rus` - Russian, `sin` - Sinhalese, `spa` - Spanish, `tha` - Thai, `tur` - Turkish, `ukr` - Ukranian, `urd` - Urdu, `vie` - Vietnamese, `wel` - Welsh\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"82b727f3-1390-1cc7-de74-2f82e3df49ac"},{"name":"Foreign Language Support","id":"67b9177a-c17d-0f74-5beb-6147c823ac2f","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"lg","type":"text","value":"rus"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://1.base.maps.cit.api.here.com/maptile/2.1/maptile/newest/normal.day/11/1196/595/256/png8?lg=rus&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["1","base","maps","cit","api","here","com"],"path":["maptile","2.1","maptile","newest","normal.day","11","1196","595","256","png8"],"query":[{"key":"lg","value":"rus"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request a map tile with labels in a foreign language*\n\nThe `lg` query parameter is used to define the language used on the map tiles. Consult the  Map Tile API Reference for a full list of available languages.\n\n\n\n* **lg**  `enum`\n \\- Alters the language of the labels displayed on the map. Three letter MARC code, for example `rus` for Russian language.\n\n Valid values are : `ara` - Arabic, `chi` - Chinese, `cht` - Chinese (Trad), `dut` - Dutch, `eng` - English, `fre` - French, `ger` - German, `gle` - Gaelic, `gre` - Greek, `heb` - Hebrew, `hin` - Hindi, `ind` - Indonesian, `ita` - Italian, `per` - Persian, `pol` - Polish, `por` - Portuguese, `rus` - Russian, `sin` - Sinhalese, `spa` - Spanish, `tha` - Thai, `tur` - Turkish, `ukr` - Ukranian, `urd` - Urdu, `vie` - Vietnamese, `wel` - Welsh\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"67b9177a-c17d-0f74-5beb-6147c823ac2f"},{"name":"Color-reduced Transit Map","id":"24f1e17b-7115-e47f-ac1c-04380ed2cca4","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://1.base.maps.cit.api.here.com/maptile/2.1/maptile/newest/normal.day.transit/12/2074/1409/256/png8?app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["1","base","maps","cit","api","here","com"],"path":["maptile","2.1","maptile","newest","normal.day.transit","12","2074","1409","256","png8"],"query":[{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request a color-reduced map tile with public transport*\n\nColor-reduced street map tiles with full-color transit overlays are requested by passing `normal.day.transit` in the path of the request URL.\n\n\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"24f1e17b-7115-e47f-ac1c-04380ed2cca4"},{"name":"Terrain Map","id":"0f0e8d53-2f17-c8a8-db7f-6001a70d665a","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://1.aerial.maps.cit.api.here.com/maptile/2.1/maptile/newest/terrain.day/7/66/45/256/png8?app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["1","aerial","maps","cit","api","here","com"],"path":["maptile","2.1","maptile","newest","terrain.day","7","66","45","256","png8"],"query":[{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request a terrain map tile*\n\nTerrain map tile are available by passing `terrain.day` in the path of the request URL.\n\n\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"0f0e8d53-2f17-c8a8-db7f-6001a70d665a"},{"name":"Satellite Map","id":"596117d4-3d93-b11b-5bd4-5f6a4c863ee4","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://1.aerial.maps.cit.api.here.com/maptile/2.1/maptile/newest/satellite.day/5/15/12/256/png8?app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["1","aerial","maps","cit","api","here","com"],"path":["maptile","2.1","maptile","newest","satellite.day","5","15","12","256","png8"],"query":[{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request a satellite map tile*\n\nSatellite map tiles do not display labels and are available by passing `satellite.day` in the path of the request URL.\n\n\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"596117d4-3d93-b11b-5bd4-5f6a4c863ee4"},{"name":"Color-reduced Street Map","id":"854aa84d-6e59-2547-e427-a72dca6bf23d","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://1.base.maps.cit.api.here.com/maptile/2.1/maptile/newest/normal.day.grey/11/525/761/256/png8?app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["1","base","maps","cit","api","here","com"],"path":["maptile","2.1","maptile","newest","normal.day.grey","11","525","761","256","png8"],"query":[{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request a greyed out street map tile*\n\nMaps using a reduced color palette can be requested by passing `normal.day.grey` in the path of the request URL.\n\n\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"854aa84d-6e59-2547-e427-a72dca6bf23d"},{"name":"Hybrid Map","id":"28fabc56-6098-edae-f2a3-193151bc33e6","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"lg","type":"text","value":"dut"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://1.aerial.maps.cit.api.here.com/maptile/2.1/maptile/newest/hybrid.day/4/8/5/256/png8?lg=dut&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["1","aerial","maps","cit","api","here","com"],"path":["maptile","2.1","maptile","newest","hybrid.day","4","8","5","256","png8"],"query":[{"key":"lg","value":"dut"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request a hybrid map tile - satellite imagery with labels*\n\nHybrid map tile are available by passing `hybrid.day` in the path of the request URL. The map tiles will display using the default language of the server unless the `lg` query parameter is used to change the map tile language. Consult the  Map Tile API Reference for a full list of available languages.\n\n\n\n* **lg**  `enum`\n \\- Alters the language of the labels displayed on the map. Three letter MARC code, for example `rus` for Russian language.\n\n Valid values are : `ara` - Arabic, `chi` - Chinese, `cht` - Chinese (Trad), `dut` - Dutch, `eng` - English, `fre` - French, `ger` - German, `gle` - Gaelic, `gre` - Greek, `heb` - Hebrew, `hin` - Hindi, `ind` - Indonesian, `ita` - Italian, `per` - Persian, `pol` - Polish, `por` - Portuguese, `rus` - Russian, `sin` - Sinhalese, `spa` - Spanish, `tha` - Thai, `tur` - Turkish, `ukr` - Ukranian, `urd` - Urdu, `vie` - Vietnamese, `wel` - Welsh\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"28fabc56-6098-edae-f2a3-193151bc33e6"},{"name":"Truck Restrictions Map","id":"311fd23c-4ddc-c13b-6b22-54191ed4336b","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://1.base.maps.cit.api.here.com/maptile/2.1/trucktile/newest/normal.day/12/2199/1342/256/png8?app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["1","base","maps","cit","api","here","com"],"path":["maptile","2.1","trucktile","newest","normal.day","12","2199","1342","256","png8"],"query":[{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request a street map tile showing restrictions for heavy vehicles*\n\nTo obtain a map tile displaying route restrictions for trucks, use the `trucktile` parameter in the path of the request URL.\n\n\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"311fd23c-4ddc-c13b-6b22-54191ed4336b"},{"name":"Display Points of Interest","id":"26be532a-f432-21fe-2335-81dc5e791bc0","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"pois","type":"text","value":"true"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://1.base.maps.cit.api.here.com/maptile/2.1/maptile/newest/normal.day/16/18743/25072/256/png8?pois=true&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["1","base","maps","cit","api","here","com"],"path":["maptile","2.1","maptile","newest","normal.day","16","18743","25072","256","png8"],"query":[{"key":"pois","value":"true"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request a map tile including points of interest*\n\nPoints of interest are displayed by passing the `pois` parameter in the request URL.\n\n\n\n* **pois**  `text`\n \\- Displays points of interest if present  \n\n Valid values are : `default`, `alps`, `fleet`, `wings`, `dreamworks`, `flame`, `mini`\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"26be532a-f432-21fe-2335-81dc5e791bc0"},{"name":"Filtering Points of Interest","id":"e89ce02a-fb66-6cd7-9029-1661d792b88e","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"pois","type":"text","value":"!00000000F"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://1.base.maps.cit.api.here.com/maptile/2.1/maptile/newest/normal.day/16/18743/25072/256/png8?pois=!00000000F&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["1","base","maps","cit","api","here","com"],"path":["maptile","2.1","maptile","newest","normal.day","16","18743","25072","256","png8"],"query":[{"key":"pois","value":"!00000000F"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request a map tile including selected points of interest*\n\nPoints of interest are displayed by passing the `pois` parameter in the request URL. The type of points of interest to be displayed can be filtered by using a hexadecimal bitmask.\n  \n\n\n\n* **pois**  `text`\n \\- Displays points of interest if present  \n\n Valid values are : `default`, `alps`, `fleet`, `wings`, `dreamworks`, `flame`, `mini`\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"e89ce02a-fb66-6cd7-9029-1661d792b88e"},{"name":"Map Tile Meta Data","id":"2d046673-f15d-f98b-4503-e4168f058267","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"pois","type":"text","value":"true"},{"key":"metadata","type":"text","value":"metaonly"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://1.base.maps.cit.api.here.com/maptile/2.1/maptile/newest/normal.day/16/18743/25072/256/png8?pois=true&metadata=metaonly&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["1","base","maps","cit","api","here","com"],"path":["maptile","2.1","maptile","newest","normal.day","16","18743","25072","256","png8"],"query":[{"key":"pois","value":"true"},{"key":"metadata","value":"metaonly"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request meta data about points of interest on a map tile*\n\nMeta data is requested by passing the `metadata` parameter in the request URL.\n\n\n\n* **pois**  `text`\n \\- Displays points of interest if present  \n\n Valid values are : `default`, `alps`, `fleet`, `wings`, `dreamworks`, `flame`, `mini`\n\n* **metadata**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.  \n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request.  "},"response":[],"_postman_id":"2d046673-f15d-f98b-4503-e4168f058267"},{"name":"Map Tile Type Information","id":"a05915cd-6703-64fe-f02b-d47630b896b4","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"output","type":"text","value":"xml"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://1.base.maps.cit.api.here.com/maptile/2.1/info?output=xml&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["1","base","maps","cit","api","here","com"],"path":["maptile","2.1","info"],"query":[{"key":"output","value":"xml"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request information about the types of map tiles available on a server*\n\nTo make a request for metadata information, use the `info` parameter in the path of the request URL.\n\n\n\n* **output**  `enum`\n \\- Indicates whether to return the information in XML format, JSON format or as an XML schema (XSD) of the API metadata\n\n Valid values are : `json`, `xml`, `xsd`\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"a05915cd-6703-64fe-f02b-d47630b896b4"},{"name":"Point of Interest Categories","id":"3fafdf79-1fd6-02e0-9ce7-9e3fe52c0ed2","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"output","type":"text","value":"text"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://1.base.maps.cit.api.here.com/maptile/2.1/meta/pois?output=text&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["1","base","maps","cit","api","here","com"],"path":["maptile","2.1","meta","pois"],"query":[{"key":"output","value":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request point of interest category information*\n\nTo make a request for point-of-interest information, use `meta/pois` in the path of the request URL.\n  \n\n\n\n* **output**  `enum`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n Valid values are : `json`, `text`\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request..  \n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request.  "},"response":[],"_postman_id":"3fafdf79-1fd6-02e0-9ce7-9e3fe52c0ed2"},{"name":"Toll Zone Map","id":"3eda28fa-80bf-07fd-6f8f-e1ef1763773c","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"congestion","type":"text"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://1.base.maps.cit.api.here.com/maptile/2.1/maptile/newest/normal.day/9/255/170/256/png8?congestion=undefined&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["1","base","maps","cit","api","here","com"],"path":["maptile","2.1","maptile","newest","normal.day","9","255","170","256","png8"],"query":[{"key":"congestion","value":"undefined"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request a street map tile highlighting congestion and environmental toll zones*\n\nTo highlight such toll zones, add the `congestion` parameter to the request URL.\n\n\n\n* **congestion**  `null`\n \\- Flag to indicate if congestion zones are to be shown on the map.\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"3eda28fa-80bf-07fd-6f8f-e1ef1763773c"}]}