open class OnlineSearchServiceConfiguration
Configuration for the Search API (e.g., endpoint, API Key).
OnlineSearchServiceConfiguration()
Configuration for the Search API (e.g., endpoint, API Key). |
val apiKey: String!
The TomTom API Key. |
|
val apiVersion: String!
The version of a TomTom API to perform Requests against. |
|
val applicationClientId: String!
The client ID used for STE analytics. |
|
val applicationClientVer: String!
The client version used for STE analytics. |
|
val endpoint: String!
TomTom's Search API endpoint. The default endpoint is "https://api.tomtom.com". |
|
val sdkVersion: String!
The version of the TomTomSDK being used. |
open fun toString(): String |