Configure HERE HD Live Map reader
A hereHDLMConfiguration
object configures a hereHDLMReader
object to search for map data in only a specific HERE HD Live Map[1]
(HDLM) production catalog or catalog version. These catalogs roughly correspond
to various geographic regions, such as Western Europe and North America. Using this
configuration object can speed up the performance of the reader, so that it does not search
unnecessary catalogs. The configuration object is stored in the
Configuration
property of a hereHDLMReader
object.
Note
Use of the hereHDLMConfiguration
object requires valid HERE HDLM credentials. If
you have not previously set up credentials, a dialog box prompts you to enter them. Enter
the Access Key ID and Access Key Secret that you
obtained from HERE Technologies, and click OK.
creates a config
= hereHDLMConfiguration(catalog
)hereHDLMConfiguration
object for the latest version of the
specified HERE HDLM catalog. A hereHDLMReader
object with this configuration searches for the selected map tiles within only the catalog
and version specified by that configuration.
creates a config
= hereHDLMConfiguration(catalog,catalogVersion
)hereHDLMConfiguration
object for the specified version of the
catalog.
To save HERE HDLM credentials between MATLAB® sessions, select the Save my credentials between MATLAB
sessions option in the HERE HD Live Map Credentials dialog box. To manage
HERE HDLM credentials, use the hereHDLMCredentials
function.
[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.