Main Content

Geographic and HD Maps

HERE HD Live Map data import, streaming geographic map data display, coordinate conversion

You can read and visualize high-definition map data from the HERE HD Live Map (HERE HDLM) web service by using a hereHDLMReader object. You can then use this data to develop localization or other driving algorithms.

To stream geographic coordinates from driving routes on maps hosted by MathWorks® or on maps from other providers, use the geoplayer function. You can also convert between geographic coordinates and local coordinate systems.

Functions

expand all

hereHDLMReaderHERE HD Live Map reader
readRead HERE HD Live Map layer data
plotPlot HERE HD Live Map layer data
hereHDLMConfigurationConfigure HERE HD Live Map reader
hereHDLMCredentialsSet up or delete HERE HD Live Map credentials
geoplayer Visualize streaming geographic map data
plotPositionDisplay current position in geoplayer figure
plotRouteDisplay continuous route in geoplayer figure
addCustomBasemapAdd custom basemap
removeCustomBasemapRemove custom basemap
latlon2local Convert geographic coordinates to local Cartesian coordinates (Since R2020a)
local2latlonConvert local Cartesian coordinates to geographic coordinates (Since R2020a)

Topics