Namespace: dataView

This namespace contains interfaces for rows view abstractions for tabular and rectangular two-dimensional rows

Interface Definitions

H.service.extension.dataView.IColumn Deprecated : since 3.1.63.0

An interface to provide access to a table's column. It uses the generic type C as the type for all cell values.

H.service.extension.dataView.IRow Deprecated : since 3.1.63.0

An interface to provide access to a table's row. It uses two generic types:

  • C: The type for all cell values
  • M: The type for the table's meta information

H.service.extension.dataView.ITable Deprecated : since 3.1.63.0

An interface to provide access to two-dimensional rectangular data structures such as HERE Fleet Telematics API text formatted response data. It uses two generic types:

  • C: The type for all cell values
  • M: The type for the meta information