H.service.ServiceParameters
Type Definition Summary
This type encapsulates URL parameters to be sent to a HERE platform service.
[ For full details, see the Type Definition Details ]
Type Definition Description
This type encapsulates URL parameters to be sent to a HERE platform service.
When calling HERE REST APIs, additional URL parameters can be sent by providing an object parameter which contains URL parameters in key-value format, where keys are URL parameter names and the values are the parameter values.
Note: The object assumes that values are in string format.
Example
serviceParameters = {
paramA: 'valueA',
paramB: 'valueB'
}