Read HERE HD Live Map layer data
reads HERE HD Live Map[1]
(HERE HDLM) data of a specified layer type from a layerData
= read(reader
,layerType
)hereHDLMReader
object and returns an array of layer objects. These layer objects contain map layer data for
the HERE map tiles whose IDs correspond to the IDs stored in the TileIds
property of reader
.
returns an array of layer objects containing data for only the required fields, such as the
layerData
= read(reader
,layerType
,fields
)HereTileId
field, and for the specified fields. All other fields in the
returned layer objects are returned as empty: []
. If you do not require
data from all fields within the layer objects, use this syntax to speed up performance of
this function.
hereHDLMConfiguration
| hereHDLMCredentials
| hereHDLMReader
| plot
[1] You need to enter into a separate agreement with HERE in order to gain access to the HDLM services and to get the required credentials (access_key_id and access_key_secret) for using the HERE Service.