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

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

-
-
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.
Updated 24 days ago