Version
This version
resource handles requests for software version details.
The following URL shows the format of a version request and the table below explains each parameter.
https://{1-4}.base.maps.ls.hereapi.com/maptile/2.1/version
?apiKey={YOUR_API_KEY}
&{param}={value}
Mandatory Query Parameters
The following table lists the mandatory parameters that need to be specified with every request. Not specifying these parameters will make the system reject the request.
Parameter | Type | Description |
---|---|---|
app_id (deprecated) | | A 20-byte Base64 URL-safe encoded string used in one of the available authentication options for the HERE Map Tile v2. If you use the app ID/app code option, you need to include an |
app_code (deprecated) | | A 20-byte Base64 URL-safe encoded string used for the authentication of the client application. If you use the app ID/app code option, you need to include an |
apiKey | | A 43-byte Base64 URL-safe encoded string used for the authentication of the client application. As a logged in user, you can generate it at https://developer.here.com/projects. API Keys never expire but you can invalidate your API Keys at any time. You cannot have more than two API Keys for one app at the same time. You must include an |
Example
The following example shows a request addressed to the version
resource.
https://{1-4}.base.maps.ls.hereapi.com
/maptile/2.1/version
?apiKey={YOUR_API_KEY}
The response contains information as shown in this example.
MRS: 2.1.36.0
MOS: 2.0.1.2676023561
Map: 8.30.53.109
Note that the first element is the version of the HERE Map Tile v2, while the second is the version of the underlying map rendering system. The third element shows the version of the map currently loaded. Be aware that this is just an example and the version varies from release to release.