{"info":{"_postman_id":"427dab45-f5f9-57ac-a668-30269b1ad101","name":"Map Image API","description":"<html><head></head><body><p>The <strong>HERE Map Image API</strong> is a web service API that offers easy and fast access to static map images for all regions of the world. You can also display points of interest and enhance maps with routes, turning points and junction views, or additional information such as statistics or heat maps.</p>\n<p>In addition, the API offers a variety of supplementary services for displaying location based data. For example, it is possible to present roadsigns.</p>\n<p>This example set works with version <strong>1.6.36.1</strong> or higher</p>\n<p>Additional information can be found on <a href=\"https://developer.here.com/rest-apis/documentation/enterprise-map-image\">developer.here.com</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"3967924","collectionId":"427dab45-f5f9-57ac-a668-30269b1ad101","publishedId":"RW1Yq1Gb","public":true,"customColor":null,"publishDate":"2018-04-25T12:19:08.000Z"},"item":[{"name":"Changing from the Metric System","id":"7bc5ba42-d05a-169a-c0b7-8c1de7c50e65","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"c","type":"text","value":"42.3572,-71.0596"},{"key":"z","type":"text","value":"12"},{"key":"sb","type":"text","value":"m"},{"key":"nodot","type":"text","value":"true"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":"https://image.maps.cit.api.here.com/mia/1.6/mapview?c=42.3572,-71.0596&z=12&sb=m&nodot=true&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","description":"<p>*Request an image of a map including a scale bar in miles or yards *</p>\n<p>The green dot highlighting the central location has been removed by adding the <code>nodot</code> parameter. A scale bar in miles can be included in the image by adding <code>sb=m</code> to the request URL.</p>\n<ul>\n<li><p><strong>c</strong>  <code>latlng</code>\n - Central coordinate from the map.     e.g. <code>52.515,13.377</code></p>\n</li>\n<li><p><strong>z</strong>  <code>number</code>\n - Zoom Level of the map</p>\n</li>\n<li><p><strong>sb</strong>  <code>enum</code>\n - Adds a scalebar to the map and defines the units to use</p>\n</li>\n</ul>\n<p> Valid values are : <code>k</code>, <code>m</code>, <code>km</code>, <code>mk</code></p>\n<ul>\n<li><p><strong>nodot</strong>  <code>text</code>\n - Removes the central location dot from the map image</p>\n</li>\n<li><p><strong>app_id</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_id</code> with every request.</p>\n</li>\n<li><p><strong>app_code</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_code</code> with every request.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["mia","1.6","mapview"],"host":["image","maps","cit","api","here","com"],"query":[{"key":"c","value":"42.3572,-71.0596"},{"key":"z","value":"12"},{"key":"sb","value":"m"},{"key":"nodot","value":"true"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}],"variable":[]}},"response":[],"_postman_id":"7bc5ba42-d05a-169a-c0b7-8c1de7c50e65"},{"name":"Map Image with Scale Bar","id":"e3828f22-69f3-0ea0-9253-b171b2f13f8f","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"c","type":"text","value":"49.0255,5.6653"},{"key":"z","type":"text","value":"4"},{"key":"sb","type":"text","value":"k"},{"key":"nodot","type":"text","value":"true"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":"https://image.maps.cit.api.here.com/mia/1.6/mapview?c=49.0255,5.6653&z=4&sb=k&nodot=true&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","description":"<p>*Request an image of a map including a scale bar *</p>\n<p>The green dot highlighting the central location can be removed by adding the <code>nodot</code> parameter to the request URL. A scale bar in kilometers can be included in the image by adding <code>sb=k</code> to the request URL.</p>\n<ul>\n<li><p><strong>c</strong>  <code>latlng</code>\n - Central coordinate from the map.     e.g. <code>52.515,13.377</code></p>\n</li>\n<li><p><strong>z</strong>  <code>number</code>\n - Zoom Level of the map</p>\n</li>\n<li><p><strong>sb</strong>  <code>enum</code>\n - Adds a scalebar to the map and defines the units to use</p>\n</li>\n</ul>\n<p> Valid values are : <code>k</code>, <code>m</code>, <code>km</code>, <code>mk</code></p>\n<ul>\n<li><p><strong>nodot</strong>  <code>text</code>\n - Removes the central location dot from the map image</p>\n</li>\n<li><p><strong>app_id</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_id</code> with every request.</p>\n</li>\n<li><p><strong>app_code</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_code</code> with every request.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["mia","1.6","mapview"],"host":["image","maps","cit","api","here","com"],"query":[{"key":"c","value":"49.0255,5.6653"},{"key":"z","value":"4"},{"key":"sb","value":"k"},{"key":"nodot","value":"true"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}],"variable":[]}},"response":[],"_postman_id":"e3828f22-69f3-0ea0-9253-b171b2f13f8f"},{"name":"Map Image with Text Markers","id":"02e390e5-be67-c7d9-ba45-5b2c473c8326","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"tx0","type":"text","value":"39.9,116.4;??;blue;green;20"},{"key":"tx1","type":"text","value":"31.2,121.5;??;white;red;20"},{"key":"z","type":"text","value":"4"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":"https://image.maps.cit.api.here.com/mia/1.6/mapview?tx0=39.9,116.4;??;blue;green;20&tx1=31.2,121.5;??;white;red;20&z=4&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","description":"<p><em>Request an image of a map including additional texts</em></p>\n<p>The text and themes for individual labels are defined by adding the <code>tx0...txN</code> parameters to the request URL. Consult the Map Image API Reference for further information.</p>\n<ul>\n<li><p><strong>tx0</strong>  <code>text</code>\n - First custom text to be displayed over the map</p>\n</li>\n<li><p><strong>tx1</strong>  <code>text</code>\n - Second custom text to be displayed over the map</p>\n</li>\n<li><p><strong>z</strong>  <code>number</code>\n - Zoom Level of the map</p>\n</li>\n<li><p><strong>app_id</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_id</code> with every request.</p>\n</li>\n<li><p><strong>app_code</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_code</code> with every request.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["mia","1.6","mapview"],"host":["image","maps","cit","api","here","com"],"query":[{"key":"tx0","value":"39.9,116.4;??;blue;green;20"},{"key":"tx1","value":"31.2,121.5;??;white;red;20"},{"key":"z","value":"4"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}],"variable":[]}},"response":[],"_postman_id":"02e390e5-be67-c7d9-ba45-5b2c473c8326"},{"name":"Styling a Set of Markers","id":"609fbc1f-3f97-c297-23bb-762d94af992c","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"poi","type":"text","value":"52.5,13.4,41.9,12.5,51.5,-0.1,48.9,2.3,40.4,-3.7"},{"key":"poitxs","type":"text","value":"16"},{"key":"poitxc","type":"text","value":"black"},{"key":"poifc","type":"text","value":"yellow"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":"https://image.maps.cit.api.here.com/mia/1.6/mapview?poi=52.5,13.4,41.9,12.5,51.5,-0.1,48.9,2.3,40.4,-3.7&poitxs=16&poitxc=black&poifc=yellow&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","description":"<p><em>Request an image of a map including markers styled with a common theme</em></p>\n<p>The marker size has been altered by adding the <code>poitxs</code> parameter, the text color has been altered by adding the <code>poitxc</code> parameter, and the marker background color has been altered by adding the <code>poifc</code> parameter to the request URL.</p>\n<ul>\n<li><p><strong>poi</strong>  <code>text</code>\n - Adds a point-of-interest marker to the map at the speciified location</p>\n</li>\n<li><p><strong>poitxs</strong>  <code>text</code>\n - Default text size for POI markers.</p>\n</li>\n<li><p><strong>poitxc</strong>  <code>text</code>\n - Default text color for POI markers.</p>\n</li>\n<li><p><strong>poifc</strong>  <code>text</code>\n - Default fill color for POI markers</p>\n</li>\n<li><p><strong>app_id</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_id</code> with every request.</p>\n</li>\n<li><p><strong>app_code</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_code</code> with every request.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["mia","1.6","mapview"],"host":["image","maps","cit","api","here","com"],"query":[{"key":"poi","value":"52.5,13.4,41.9,12.5,51.5,-0.1,48.9,2.3,40.4,-3.7"},{"key":"poitxs","value":"16"},{"key":"poitxc","value":"black"},{"key":"poifc","value":"yellow"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}],"variable":[]}},"response":[],"_postman_id":"609fbc1f-3f97-c297-23bb-762d94af992c"},{"name":"Map Image with Polylines","id":"a6790a99-4fa4-f909-a6ec-81577f5b9e9b","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"r0","type":"text","value":"52.5338,13.2966,52.538361,13.325329"},{"key":"r1","type":"text","value":"52.540867,13.262444,52.536691,13.264561,52.529172,13.268337,52.528337,13.273144,52.52583,13.27898,52.518728,13.279667"},{"key":"m0","type":"text","value":"52.5338,13.2966,52.538361,13.325329"},{"key":"m1","type":"text","value":"52.540867,13.262444,52.518728,13.279667"},{"key":"lc0","type":"text","value":"00ff00"},{"key":"sc0","type":"text","value":"000000"},{"key":"lw0","type":"text","value":"6"},{"key":"lc1","type":"text","value":"ff0000"},{"key":"sc1","type":"text","value":"0000ff"},{"key":"lw1","type":"text","value":"3"},{"key":"w","type":"text","value":"500"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":"https://image.maps.cit.api.here.com/mia/1.6/route?r0=52.5338,13.2966,52.538361,13.325329&r1=52.540867,13.262444,52.536691,13.264561,52.529172,13.268337,52.528337,13.273144,52.52583,13.27898,52.518728,13.279667&m0=52.5338,13.2966,52.538361,13.325329&m1=52.540867,13.262444,52.518728,13.279667&lc0=00ff00&sc0=000000&lw0=6&lc1=ff0000&sc1=0000ff&lw1=3&w=500&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","description":"<p><em>Request an image of a map including a polyline</em></p>\n<p>It supports also different map schemes, image sizes; image formats as \nwell as zooming out from automatically calculated zoom level.</p>\n<ul>\n<li><p><strong>r0</strong>  <code>text</code>\n - List of coordinates describing the first route</p>\n</li>\n<li><p><strong>r1</strong>  <code>text</code>\n - List of coordinates describing the second route</p>\n</li>\n<li><p><strong>m0</strong>  <code>text</code>\n - First route marker on the map</p>\n</li>\n<li><p><strong>m1</strong>  <code>text</code>\n - Second route marker on the map</p>\n</li>\n<li><p><strong>lc0</strong>  <code>text</code>\n - Color of the first route line displayed on the map</p>\n</li>\n<li><p><strong>sc0</strong>  <code>text</code>\n - Shadow color of the first route line displayed on the map</p>\n</li>\n<li><p><strong>lw0</strong>  <code>number</code>\n - Width of the first route line displayed on the map</p>\n</li>\n<li><p><strong>lc1</strong>  <code>text</code>\n - Color of the second route line displayed on the map</p>\n</li>\n<li><p><strong>sc1</strong>  <code>text</code>\n - Shadow color of the second route line displayed on the map</p>\n</li>\n<li><p><strong>lw1</strong>  <code>number</code>\n - Width of the second route line displayed on the map</p>\n</li>\n<li><p><strong>w</strong>  <code>number</code>\n - Image width in pixels, maximum 2048.</p>\n</li>\n<li><p><strong>app_id</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_id</code> with every request.</p>\n</li>\n<li><p><strong>app_code</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_code</code> with every request.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["mia","1.6","route"],"host":["image","maps","cit","api","here","com"],"query":[{"key":"r0","value":"52.5338,13.2966,52.538361,13.325329"},{"key":"r1","value":"52.540867,13.262444,52.536691,13.264561,52.529172,13.268337,52.528337,13.273144,52.52583,13.27898,52.518728,13.279667"},{"key":"m0","value":"52.5338,13.2966,52.538361,13.325329"},{"key":"m1","value":"52.540867,13.262444,52.518728,13.279667"},{"key":"lc0","value":"00ff00"},{"key":"sc0","value":"000000"},{"key":"lw0","value":"6"},{"key":"lc1","value":"ff0000"},{"key":"sc1","value":"0000ff"},{"key":"lw1","value":"3"},{"key":"w","value":"500"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}],"variable":[]}},"response":[],"_postman_id":"a6790a99-4fa4-f909-a6ec-81577f5b9e9b"},{"name":"Terrain Map Image","id":"bd100e89-084c-04df-1092-f8a6b757bd49","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"c","type":"text","value":"27.988056,86.925278"},{"key":"t","type":"text","value":"2"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":"https://image.maps.cit.api.here.com/mia/1.6/mapview?c=27.988056,86.925278&t=2&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","description":"<p><em>Request an image of a topographical map</em></p>\n<p>The query parameter <code>t</code> selects the map scheme to use for the map image. Setting <code>t=2</code> selects the terrain map view. Consult the Map Image API Reference  for a full list of available schemes.</p>\n<ul>\n<li><p><strong>c</strong>  <code>latlng</code>\n - Central coordinate from the map.     e.g. <code>52.515,13.377</code></p>\n</li>\n<li><p><strong>t</strong>  <code>enum</code>\n - Alters the type of map returned</p>\n</li>\n</ul>\n<p> Valid values are : <code>0</code> - normal.day, <code>1</code> - satellite.day, <code>2</code> - terrain.day, <code>3</code> - hybrid.day, <code>4</code> - normal.day.transit, <code>5</code> - normal.day.grey, <code>6</code> - normal.day.mobile, <code>7</code> - normal.night.mobile, <code>8</code> - terrain.day.mobile, <code>9</code> - hybrid.day.mobile, <code>10</code> - normal.day.transit.mobile, <code>11</code> - normal.day.grey.mobile, <code>12</code> - carnav.day.grey, <code>13</code> - pedestrian.day, <code>14</code> - pedestrian.night</p>\n<ul>\n<li><p><strong>app_id</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_id</code> with every request.</p>\n</li>\n<li><p><strong>app_code</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_code</code> with every request.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["mia","1.6","mapview"],"host":["image","maps","cit","api","here","com"],"query":[{"key":"c","value":"27.988056,86.925278"},{"key":"t","value":"2"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}],"variable":[]}},"response":[],"_postman_id":"bd100e89-084c-04df-1092-f8a6b757bd49"},{"name":"Map Image with Standard Markers","id":"0db3a444-689b-f4f1-ce1d-91e6a08a2982","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"poi","type":"text","value":"52.5,13.4,41.9,12.5,51.5,-0.1,48.9,2.3,40.4,-3.7"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":"https://image.maps.cit.api.here.com/mia/1.6/mapview?poi=52.5,13.4,41.9,12.5,51.5,-0.1,48.9,2.3,40.4,-3.7&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","description":"<p><em>Request an image of a map highlighting points of interest</em></p>\n<p>Markers can be added to the map by adding the <code>pois</code> parameter to the request URL in the form of a comma separated list of latitude-longitude pairs .</p>\n<ul>\n<li><p><strong>poi</strong>  <code>text</code>\n - Adds a point-of-interest marker to the map at the speciified location</p>\n</li>\n<li><p><strong>app_id</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_id</code> with every request.</p>\n</li>\n<li><p><strong>app_code</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_code</code> with every request.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["mia","1.6","mapview"],"host":["image","maps","cit","api","here","com"],"query":[{"key":"poi","value":"52.5,13.4,41.9,12.5,51.5,-0.1,48.9,2.3,40.4,-3.7"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}],"variable":[]}},"response":[],"_postman_id":"0db3a444-689b-f4f1-ce1d-91e6a08a2982"},{"name":"Map Image at a specified location","id":"6ebcbe71-ef4b-a8bb-ce53-5cf71293d94b","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"c","type":"text","value":"52.5159,13.3777"},{"key":"z","type":"text","value":"14"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":"https://image.maps.cit.api.here.com/mia/1.6/mapview?c=52.5159,13.3777&z=14&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","description":"<p><em>Request an image of a map at a specified location and zoom level</em></p>\n<p>To specify the latitude and longitude of the center of the map add the <code>c</code> parameter to the request URL. To specify the zoom level, add the <code>z</code> parameter to the request URL. Otherwise a default location and zoom level will be used instead.</p>\n<ul>\n<li><p><strong>c</strong>  <code>latlng</code>\n - Central coordinate from the map.     e.g. <code>52.515,13.377</code></p>\n</li>\n<li><p><strong>z</strong>  <code>number</code>\n - Zoom Level of the map</p>\n</li>\n<li><p><strong>app_id</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_id</code> with every request.</p>\n</li>\n<li><p><strong>app_code</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_code</code> with every request.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["mia","1.6","mapview"],"host":["image","maps","cit","api","here","com"],"query":[{"key":"c","value":"52.5159,13.3777"},{"key":"z","value":"14"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}],"variable":[]}},"response":[],"_postman_id":"6ebcbe71-ef4b-a8bb-ce53-5cf71293d94b"},{"name":"Map Image with Height and Width","id":"243354da-0700-7187-7e01-f73e0b34f044","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"c","type":"text","value":"52.5159,13.3777"},{"key":"z","type":"text","value":"14"},{"key":"w","type":"text","value":"500"},{"key":"h","type":"text","value":"500"},{"key":"f","type":"text","value":"1"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":"https://image.maps.cit.api.here.com/mia/1.6/mapview?c=52.5159,13.3777&z=14&w=500&h=500&f=1&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","description":"<p><em>Request an image of a map with a defined height and width</em></p>\n<p>When requesting a map image you do not need to specify an image size or the supported image formats for the target devices, the service uses the user-agent HTTP header sent by the client to identify the device and ensures that the map image fits optimally to the display of the requesting mobile device.If your request specifies height, width and image format, the service does not resize the map image using <code>w</code> and <code>h</code> parameters to the request url.</p>\n<ul>\n<li><p><strong>c</strong>  <code>latlng</code>\n - Central coordinate from the map.     e.g. <code>52.515,13.377</code></p>\n</li>\n<li><p><strong>z</strong>  <code>number</code>\n - Zoom Level of the map</p>\n</li>\n<li><p><strong>w</strong>  <code>number</code>\n - Image width in pixels, maximum 2048.</p>\n</li>\n<li><p><strong>h</strong>  <code>number</code>\n - Image height in pixels, maximum 2048.</p>\n</li>\n<li><p><strong>f</strong>  <code>enum</code>\n - Image format <code>0</code>=PNG <code>1</code>=JPEG (default) <code>2</code>=GIF <code>3</code>=BMP <code>4</code>=PNG8</p>\n</li>\n</ul>\n<p> Valid values are : <code>0</code> - PNG, <code>1</code> - JPEG, <code>2</code> - GIF, <code>3</code> - BMP, <code>4</code> - PNG8, <code>5</code> - SVG</p>\n<ul>\n<li><p><strong>app_id</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_id</code> with every request.</p>\n</li>\n<li><p><strong>app_code</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_code</code> with every request.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["mia","1.6","mapview"],"host":["image","maps","cit","api","here","com"],"query":[{"key":"c","value":"52.5159,13.3777"},{"key":"z","value":"14"},{"key":"w","value":"500"},{"key":"h","value":"500"},{"key":"f","value":"1"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}],"variable":[]}},"response":[],"_postman_id":"243354da-0700-7187-7e01-f73e0b34f044"},{"name":"Styling Markers Individually","id":"401aad04-1ce0-b0e8-118f-99132e302202","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"poix0","type":"text","value":"41.8625,-87.6166;blue;red;20;C"},{"key":"poix1","type":"text","value":"41.94833,-87.6555;ffffff;ffa500;20;C"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":"https://image.maps.cit.api.here.com/mia/1.6/mapview?poix0=41.8625,-87.6166;blue;red;20;C&poix1=41.94833,-87.6555;ffffff;ffa500;20;C&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","description":"<p><em>Request an image of a map including markers each with a custom style</em></p>\n<p>Themes for individual markers are defined by adding the <code>poix0...poixN</code> parameters to the request URL. Consult the Map Image API Reference for further information.</p>\n<ul>\n<li><p><strong>poix0</strong>  <code>text</code>\n - Extended POI characteristics for the first marker</p>\n</li>\n<li><p><strong>poix1</strong>  <code>text</code>\n - Extended POI characteristics for the second marker</p>\n</li>\n<li><p><strong>app_id</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_id</code> with every request.</p>\n</li>\n<li><p><strong>app_code</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_code</code> with every request.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["mia","1.6","mapview"],"host":["image","maps","cit","api","here","com"],"query":[{"key":"poix0","value":"41.8625,-87.6166;blue;red;20;C"},{"key":"poix1","value":"41.94833,-87.6555;ffffff;ffa500;20;C"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}],"variable":[]}},"response":[],"_postman_id":"401aad04-1ce0-b0e8-118f-99132e302202"},{"name":"Map Image with Address","id":"93651957-1704-b0bc-686b-31b991805a2a","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"co","type":"text","value":"britain"},{"key":"z","type":"text","value":"17"},{"key":"i","type":"text","value":"1"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"},{"key":"ci","type":"text","value":"London"},{"key":"s","type":"text","value":"downing street"},{"key":"n","type":"text","value":"10"},{"key":"w","type":"text","value":"400"}]},"url":"https://image.maps.cit.api.here.com/mia/1.6/mapview?co=britain&z=17&i=1&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}&ci=London&s=downing street&n=10&w=400","description":"<p><em>Request an image of a map displaying an address</em></p>\n<p>An address information box can be included in the returned image if the <code>i</code> parameter is added to the request URL.</p>\n<ul>\n<li><p><strong>co</strong>  <code>text</code>\n - Country name for address based search</p>\n</li>\n<li><p><strong>z</strong>  <code>number</code>\n - Zoom Level of the map</p>\n</li>\n<li><p><strong>i</strong>  <code>number</code>\n - Flag for showing address or position information box inside the map image</p>\n</li>\n<li><p><strong>app_id</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_id</code> with every request.</p>\n</li>\n<li><p><strong>app_code</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_code</code> with every request.</p>\n</li>\n<li><p><strong>ci</strong>  <code>text</code>\n - City name for address based search</p>\n</li>\n<li><p><strong>s</strong>  <code>text</code>\n - Street name for address based search</p>\n</li>\n<li><p><strong>n</strong>  <code>number</code>\n - House number on the street for address-based search</p>\n</li>\n<li><p><strong>w</strong>  <code>number</code>\n - Image width in pixels, maximum 2048.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["mia","1.6","mapview"],"host":["image","maps","cit","api","here","com"],"query":[{"key":"co","value":"britain"},{"key":"z","value":"17"},{"key":"i","value":"1"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"},{"key":"ci","value":"London"},{"key":"s","value":"downing street"},{"key":"n","value":"10"},{"key":"w","value":"400"}],"variable":[]}},"response":[],"_postman_id":"93651957-1704-b0bc-686b-31b991805a2a"},{"name":"Map Image with a Proximity Circle","id":"5660fa3d-0a3d-6fb6-57c9-7214257ec52f","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"c","type":"text","value":"28.6071,77.2127"},{"key":"z","type":"text","value":"12"},{"key":"u","type":"text","value":"1000"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":"https://image.maps.cit.api.here.com/mia/1.6/mapview?c=28.6071,77.2127&z=12&u=1000&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","description":"<p><em>Request the image of a map showing uncertainty of position</em></p>\n<p>The <code>c</code> parameter is to specify the latitude and longitude of the location. The resulting image shows a map centered on the location marked with a green dot. The <code>u</code> parameter adds an uncertainty circle around the location of the green dot.</p>\n<ul>\n<li><p><strong>c</strong>  <code>latlng</code>\n - Central coordinate from the map.     e.g. <code>52.515,13.377</code></p>\n</li>\n<li><p><strong>z</strong>  <code>number</code>\n - Zoom Level of the map</p>\n</li>\n<li><p><strong>u</strong>  <code>number</code>\n - Adds an uncertainty circle around the specified location</p>\n</li>\n<li><p><strong>app_id</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_id</code> with every request.</p>\n</li>\n<li><p><strong>app_code</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_code</code> with every request.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["mia","1.6","mapview"],"host":["image","maps","cit","api","here","com"],"query":[{"key":"c","value":"28.6071,77.2127"},{"key":"z","value":"12"},{"key":"u","value":"1000"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}],"variable":[]}},"response":[],"_postman_id":"5660fa3d-0a3d-6fb6-57c9-7214257ec52f"},{"name":"Language Support","id":"48e130b2-fd69-b4cc-5fe3-8a073ae1cbb5","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"c","type":"text","value":"22.2917,114.1872"},{"key":"ml","type":"text","value":"chi"},{"key":"z","type":"text","value":"11"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":"https://image.maps.cit.api.here.com/mia/1.6/mapview?c=22.2917,114.1872&ml=chi&z=11&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","description":"<p><em>Request an image of a map including labels in a foreign language</em></p>\n<p>The <code>ml</code> parameter can be added to the request URL to change the map language. Consult the  Map Image API Reference for a full list of available languages.</p>\n<ul>\n<li><p><strong>c</strong>  <code>latlng</code>\n - Central coordinate from the map.     e.g. <code>52.515,13.377</code></p>\n</li>\n<li><p><strong>ml</strong>  <code>enum</code>\n - Alters the language of the labels displayed on the map</p>\n</li>\n</ul>\n<p> Valid values are : <code>ara</code> - Arabic, <code>chi</code> - Chinese, <code>cht</code> - Chinese (Trad), <code>dut</code> - Dutch, <code>eng</code> - English, <code>fre</code> - French, <code>ger</code> - German, <code>gle</code> - Gaelic, <code>gre</code> - Greek, <code>heb</code> - Hebrew, <code>hin</code> - Hindi, <code>ind</code> - Indonesian, <code>ita</code> - Italian, <code>per</code> - Persian, <code>pol</code> - Polish, <code>por</code> - Portuguese, <code>rus</code> - Russian, <code>sin</code> - Sinhalese, <code>spa</code> - Spanish, <code>tha</code> - Thai, <code>tur</code> - Turkish, <code>ukr</code> - Ukranian, <code>urd</code> - Urdu, <code>vie</code> - Vietnamese, <code>wel</code> - Welsh</p>\n<ul>\n<li><p><strong>z</strong>  <code>number</code>\n - Zoom Level of the map</p>\n</li>\n<li><p><strong>app_id</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_id</code> with every request.</p>\n</li>\n<li><p><strong>app_code</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_code</code> with every request.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["mia","1.6","mapview"],"host":["image","maps","cit","api","here","com"],"query":[{"key":"c","value":"22.2917,114.1872"},{"key":"ml","value":"chi"},{"key":"z","value":"11"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}],"variable":[]}},"response":[],"_postman_id":"48e130b2-fd69-b4cc-5fe3-8a073ae1cbb5"},{"name":"Map Image using Bounding Box","id":"f327b1b1-6522-ef30-78d3-b4b3dc7f5637","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"bbox","type":"text","value":"42.3736,-71.0751,42.3472,-71.0408"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":"https://image.maps.cit.api.here.com/mia/1.6/mapview?bbox=42.3736,-71.0751,42.3472,-71.0408&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","description":"<p><em>Request an image of a map based around a given area</em></p>\n<p>To specify a bounding box, add the <code>bbox</code> parameter to the request URL. On desktop browsers, redirection to <code>here.com</code> will occur automatically unless the <code>nord</code> parameter is also added to URL.</p>\n<ul>\n<li><p><strong>bbox</strong>  <code>text</code>\n - Bounding box of the map specifying the top-right and bottom left corners.    e.g. <code>52.515,13.377,52.134,13.978</code></p>\n</li>\n<li><p><strong>app_id</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_id</code> with every request.</p>\n</li>\n<li><p><strong>app_code</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_code</code> with every request.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["mia","1.6","mapview"],"host":["image","maps","cit","api","here","com"],"query":[{"key":"bbox","value":"42.3736,-71.0751,42.3472,-71.0408"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}],"variable":[]}},"response":[],"_postman_id":"f327b1b1-6522-ef30-78d3-b4b3dc7f5637"},{"name":"Picture in Picture","id":"9a2b36fe-42fa-0b8c-9a1c-ad2c954ea550","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"c","type":"text","value":"40.7795,-73.9680"},{"key":"z","type":"text","value":"13"},{"key":"pip","type":"text","value":"-6"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":"https://image.maps.cit.api.here.com/mia/1.6/mapview?c=40.7795,-73.9680&z=13&pip=-6&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","description":"<p><em>Request an image of a map including an embedded overview map</em></p>\n<p>A small Picture-in-Picture can be added to the image by including the <code>pip</code> parameter and specifying the zoom level in the request URL.</p>\n<ul>\n<li><p><strong>c</strong>  <code>latlng</code>\n - Central coordinate from the map.     e.g. <code>52.515,13.377</code></p>\n</li>\n<li><p><strong>z</strong>  <code>number</code>\n - Zoom Level of the map</p>\n</li>\n<li><p><strong>pip</strong>  <code>text</code>\n - Adds a picture-in-picture mini-map to the image</p>\n</li>\n<li><p><strong>app_id</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_id</code> with every request.</p>\n</li>\n<li><p><strong>app_code</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_code</code> with every request.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["mia","1.6","mapview"],"host":["image","maps","cit","api","here","com"],"query":[{"key":"c","value":"40.7795,-73.9680"},{"key":"z","value":"13"},{"key":"pip","value":"-6"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}],"variable":[]}},"response":[],"_postman_id":"9a2b36fe-42fa-0b8c-9a1c-ad2c954ea550"},{"name":"Default Map Image","id":"bbd95d83-0d44-487f-e6c3-2f4839db86bd","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":"https://image.maps.cit.api.here.com/mia/1.6/mapview?app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","description":"<p>*Request the default image of a map *</p>\n<p>The image in the response displays a map of Berlin.</p>\n<ul>\n<li><p><strong>app_id</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_id</code> with every request.</p>\n</li>\n<li><p><strong>app_code</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_code</code> with every request.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["mia","1.6","mapview"],"host":["image","maps","cit","api","here","com"],"query":[{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}],"variable":[]}},"response":[],"_postman_id":"bbd95d83-0d44-487f-e6c3-2f4839db86bd"}]}