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 correspond to
various geographic regions, such as India, Western Europe, and North America. Use this
configuration object to 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. For
more details on creating configuration objects, see Create Configuration for HERE HD Live Map Reader.
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 App ID and App Code 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(region
)hereHDLMConfiguration
object for the latest version of the
catalog that corresponds to the specified region.
creates a config
= hereHDLMConfiguration(___,catalogVersion
)hereHDLMConfiguration
object for the specified version of the
catalog. Along with the catalog version, specify either the catalog name or the region
name that corresponds to a catalog.
To save HERE HDLM credentials between MATLAB® sessions, select the corresponding 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 (app_id and app_code) for using the HERE Service.