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
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
Response
The response to the request delivers the following map image:
