open class OnlineSearchServiceConfiguration
Configuration for the Search API (e.g., endpoint, API Key).
open class OnlineSearchServiceConfigurationBuilder
Builder class used for a creation of |
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 static fun builder(): OnlineSearchServiceConfiguration.OnlineSearchServiceConfigurationBuilder!
Creates a new instance of |
|
open fun toString(): String |