Select the map tile type
HERE Raster Tile API provides a resource parameter to specify the type of the map tile.
-
Get base tile of a specific region:
-
Example:
https://maps.hereapi.com/v3/base/mc/12/2200/1343/png ?apiKey=YOUR_HERE_API_KEY -
Response:

-
-
Get background tile of a specific region:
-
Example:
https://maps.hereapi.com/v3/background/mc/12/2200/1343/png ?apiKey=YOUR_HERE_API_KEY -
Response:

-
-
Get label tile of a specific region:
-
Example:
https://maps.hereapi.com/v3/label/mc/12/2200/1343/png ?apiKey=YOUR_HERE_API_KEY -
Response:

-
Query the /info resource to check available HERE Raster Tile API resources, for example:
https://maps.hereapi.com/v3/info?apiKey={YOUR_API_KEY}Updated 24 days ago