Tile Retrieval
Retrieve geometries within a geographic tile. Tiling is defined by the level
parameter during layer upload. This resource provides a PDE-like interface to retrieve data. For details please refer to PDE.
Resource URI
GET/tiled/tile.json or /tiled/tile.txt
Resource Parameters
Parameters | Required? | Description |
---|---|---|
apiKey | Yes | 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 |
app_id | Yes | A URL-safe encoded string obtained during the application registration. If you use the app ID/app code option as an authentication method, for further details see the Identity & Access Management Developer Guide. |
app_code | Yes | A URL-safe encoded string obtained during the application registration. If you use the app ID/app code option as an authentication method, for further details see the Identity & Access Management Developer Guide. |
layer | Yes | Layer ID identifying the layers to be searched. Layer names are not case sensitive. The maximum length of a layer name and the permitted characters can be lookup up in the service via /serviceconfiguration.json |
tilex | Yes | Please refer to the PDE documentation for definition of levels and tile ids. |
tiley | Yes | Please refer to the PDE documentation for definition of levels and tile ids. |
level | Yes | Must be the same value as passed during layer upload. |
meta | No | If set to 1, then meta information about the tile is returned. Please refer to the PDE documentation for more information. |
cols | No | Comma separated list of columns to be returned. |
meta | No | Send with value=1 to get the response geometries framed with meta information like layer and tile id. Default = no meta data. |
callback | No | Specifies the function used to wrap the JSON response. |
Response Format
Please refer to PDE on how the response is formatted.