HERE Map Image v1 Developer's Guide

Choosing Map Language

User Story

The user wants to obtain a map in Russian, centered on a particular location and marking a second location that does not lie at the center of the map.

Request

The parameter ml specifies the language of the map. Here rus, selects Russian. The parameter ctr defines the geographic coordinates of the center of the map image and c specifies the position at which to place a marker. The center point parameter takes precedence over the position marker parameter if both do not fit in the map image.
https://image.maps.ls.hereapi.com/mia/1.6/mapview
?apiKey={YOUR_API_KEY}
&ctr=56.755734,60.809326
&c=56.848972,60.644531
&ml=rus
&w=400
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. A location in Ekaterinburg, Russia, where the image is not centered on the requested location