HERE Map Image v1 Developer's Guide

Encoding Latitude and Longitude

User Story

The user wants to obtain a map view using encoded parameters.

Request

The parameter e specifies a location (latitude and longitude) as a Base64-encoded string. For more on this encoding, see Request Encoding.
https://image.maps.ls.hereapi.com/mia/1.6/mapview
?apiKey={YOUR_API_KEY}
&e=QeL4rkKaxoA
&u=5m
&z=8
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 near New Delhi, India
Note: This feature is deprecated.