GuidesAPI Reference
Guides

Select the map tile type

HERE Raster Tile API provides a resource parameter to specify the type of the map tile.

  1. 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:

  2. 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:

  3. 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}