Raster Coverage Distributed (rcdistonytile)
Description
Returns original coverage for panoramatiles not post-processed to be blended into a single coverage blob.
Format
Requests against this resource must follow the pattern summarized by the following formula:
https://{1-4}.pano.maps.cit.api.here.com
/maptile/2.1/rcdistonlytile/{map id}/{scheme}/{zoom}/{column}/{row}/{size}/{format}
?app_id={YOUR_APP_ID}
&app_code={YOUR_APP_CODE}
&{param}={value}
For information on how to construct the request, see Constructing a Request
Common URI Parameters
The following table lists the URI parameters that are common for all requests.
Parameter | Type | Description |
---|---|---|
col | Integer (required) | The number of tiles per column is a function of the zoom: number of columns = 2zoom |
format | String (required) | Returned image format. The following image formats are supported:
Please note that JPG is recommended for |
map id | String (required) | Specifies the map version, either newest or with a hash value. See also Map Versions. |
row | Integer (required) | The number of tiles per row is a function of the |
scheme | String (required) | Specifies the view scheme. A complete list of the supported schemes may be obtained by using the Info resource. Note: Be aware that invalid combinations of schemes and tiles are rejected. For all |
size | Integer (required) | Returned image size. The following sizes ([width, height]) are supported:
Note: Raster coverage tiles ( |
zoom | Integer (required) | Zoom level of the map image. Minimum and maximum zoom levels are specified in the Info resource. |
Mandatory Query Parameters
The following table lists the mandatory parameters that need to be specified with every request. Not specifying these parameters will make the system reject the request.
Parameter | Type | Description |
---|---|---|
app_id | String | A URL-safe encoded string obtained during the application registration. See Acquiring Credentials for information on getting credentials. |
app_code | String | A URL-safe encoded string obtained during the application registration. See Acquiring Credentials for information on getting credentials. Note: Use of |
Optional Query Parameters
Parameter | Type | Description |
---|---|---|
range | String | Only relevant if output=base64 is also specified as a parameter range must be one of 2x2 , 3x3 or 4x4 , which indicates the size of the array of tiles returned. The tile specified by col and row is the top left of the array, and must divide by the array size. |