By using here map routing API we request a driving route from A to B and display it on the map. Access to the routing service is obtained from the H.service.Platform by calling getRoutingService(). The calculateRoute() method is used to calculate the fastest car route by passing in the relevant parameters as defined in Routing API. The styling and display of the response is under the control of the developer.