Request Format
Each request must conform to the following format:
https://image.maps.ls.hereapi.com/mia/1.6/
{resource}
?apiKey={YOUR_API_KEY}
¶meter=value
&...
Every request must use the HTTP method GET
.
POST
is not supported except for the route
resource and it is limited to payloads of 8K maximum. The table below explains the elements that make up a request.
Element | Description |
---|---|
resource | Name of the resource for specific functionality (see Supported Resources). |
apiKey | A parameter whose value uniquely identifies the application submitting the request; it allows you to track usage. |
parameter=value | Any number of parameter=value pairs , separated by & , that define the details of a request. |