Service Class
The HERE Maps API and Geovisualization JavaScript API can be used to visualize data from different network sources. For each network source type, a service class is required. The service also stores API connection credentials. The Geovisualization JavaScript API includes a service for Geovisualization REST API. The service instance must be configured with a H.service.Platform
instance.
var service = platform.configure(new H.datalens.Service());