HERE Map Image v1 Developer's Guide

Using Pixel Density Parameters (mobile)

User Story

The user wants to obtain a map view using mobile ppi.

Request

This example shows a request specifying the picture density of 250 pixels per inch. The value is provided by the parameter ppi.
https://image.maps.ls.hereapi.com/mia/1.6/mapview
?apiKey={YOUR_API_KEY}
&ppi=250
&sb=km
&w=400
&h=200
&z=12
&c=41.65,-0.883333
Note: This example uses a HERE API Key to authenticate your request. For the available authentication options, see the Identity & Access Management Developer Guide.

Response

The response to the request delivers the following map image:

Figure 1. Request using mobile (250) ppi