Constructing a Request
A request to the HERE Map Image v1 includes the basic elements shown in the following table and, in addition, it may contain resource-specific parameters.
Element | Value/Example | Description |
---|---|---|
Base URL | | Production environment when you use an API Key or an authentication token. For the available authentication options, see the Identity & Access Management Developer Guide. |
Legacy Base URL | | Production environment when you use an app_id/app_code pair. For the available authentication options, see the Identity & Access Management Developer Guide. |
Path | /mia/1.6/ | |
Resource | One of the resource names supported by the service, see Supported Resources | Every request must use the HTTP method |
Application Code - Legacy | ?app_code={YOUR_APP_CODE} | Substitute your own unique app_code . For more information on authentication, see the Identity & Access Management Developer Guide. |
Application Id - Legacy | &app_id={YOUR_APP_ID} | Substitute your own unique app_id . For more information on authentication, see the Identity & Access Management Developer Guide. |
API Key | ?apiKey={YOUR_API_KEY} | Substitute your own unique apiKey . For more information on authentication, see the Identity & Access Management Developer Guide. |
https://image.maps.ls.hereapi.com/mia/1.6/mapview
?apiKey={YOUR_API_KEY}