On this page
Interface SdkConfig
interface SdkConfig {
apiKey: string | undefined;
customDataKey: string | undefined;
telemetry: boolean;
url: string | undefined;
}
apiKey: string | undefined;
customDataKey: string | undefined;
telemetry: boolean;
url: string | undefined;
}
Index
Properties
Properties
apiKey
apiKey: string | undefined
MapTiler Cloud API key. Visit https://maptiler.com to get your free API key.
customDataKey
customDataKey: string | undefined
telemetry
telemetry: boolean = true
Whether to enable telemetry to help improve MapTiler products.
url
url: string | undefined
Global configuration options for the MapTiler SDK.