This namespace contains classes related to fetching HERE map data using the HERE Fleet Telematics API.
Classes
Type Definitions
-
The map data layer configuration options from the HERE Fleet Telematics API.
Properties:
Name Type Argument Description layerIdstring The ID of the data layer, see HERE Fleet Telematics API for more details. For backward compatibility with older releases of the API you can pass this argument also under
layerproperty name.levelnumber The storage level of the data layer.
rowFilterH.service.extension.RowFilter <optional>
The optional function to filter rows from a tile response. It must be a pure function.
rowFilterContextObject <optional>
The execution context of the
rowFilter. AthiswithinrowFilterreferences the specified context object. For performance reasons it is recommended that this object contains only values that are necessary for the execution. Functions are not allowed.columnsArray.<string> <optional>
List of column names to keep for each row. By default all columns are kept.
-
H.service.extension.platformData.Table H.service.extension.dataView.ITable.<(string|Array.<(!Uint16Array|!Float32Array)>), (!Object.<string, *>|undefined)> Deprecated : since 3.1.63.0
-
An object to provide read access to the rows, columns and cells of a HERE Fleet Telematics API data layer. The type definition implements
H.service.extension.dataView.ITableinterface