GuidesAPI Reference
Guides

Get the map tile based on geopolitical view

HERE Raster Tile API provides a pview parameter that can be used to render the map with boundaries based on international or local country views (geopolitical views). Consider user wants to see a certain region of India.

  1. Default view (international view) of the region:

    • Example:

      https://maps.hereapi.com/v3/base/mc/4/11/6/png
      ?apiKey=YOUR_HERE_API_KEY
    • Response:

  2. India's view on the region shows a solid border representing India's view on the region:

    • Example:

      https://maps.hereapi.com/v3/base/mc/4/11/6/png
      ?pview=IN
      &apiKey=YOUR_HERE_API_KEY
    • Response:

  3. Pakistan's view on the area shows a solid border representing Pakistan's view on the region:

    • Example:

      https://maps.hereapi.com/v3/base/mc/4/11/6/png
      ?pview=PK
      &apiKey=YOUR_HERE_API_KEY
    • Response:

For more information, see Geopolitical views.