SafetyLocationsConfiguration

class SafetyLocationsConfiguration(val apiKey: String, val authenticationServerUri: URI? = null)

Configuration parameters for safety location data sources.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
constructor(apiKey: String, authenticationServerUri: URI? = null)

Properties

Link copied to clipboard

API key for the Safety Locations API.

Link copied to clipboard

Optional authentication URI. If no value is provided, the data source uses the following default URI: "https://api.tomtom.com/safetycameras/1/auth/token".