Powered by Zoomin Software. For more details please contactZoomin

HERE Maps API for JavaScript - API Reference

Product category
Technology
Doc type
Version
Product lifecycle
This publication

HERE Maps API for JavaScript - API Reference: Namespace: extension

Table of Contents

Namespace: extension

H.service.extension

This namespace contains implementations of service stubs and helper functionality to integrate the HERE Maps for JavaScript API with the HERE Fleet Telematics API.

Classes

TileProvider

Namespaces

customLocation
customRoute
dataView
geofencing
platformData

Type Definitions

H.service.extension.RowFilter () Deprecated : since 3.1.63.0

This function is a predicate, to test each H.service.extension.dataView.IRow.<*> from the HERE Fleet Telematics API response. The ID of the according layer is passed as second argument. Return true to keep the row, otherwise false.

It must not modify the row! It must be a pure JavaScript function.

Example
function (row, layerId) {
  // Filter rows from layer "ROAD_GEOM_FC1" with link ID "123"
  return layerId == 'ROAD_GEOM_FC1' && row.getCell('LINK_ID') == '123';
}
Was this article helpful?
TitleResults for “How to create a CRG?”Also Available inAlert