On this page

Interface SdkConfig

Global configuration options for the MapTiler SDK.

interface SdkConfig {
    apiKey: string | undefined;
    customDataKey: string | undefined;
    telemetry: boolean;
    url: string | undefined;
}
Index

Properties

apiKey: string | undefined

MapTiler Cloud API key. Visit https://maptiler.com to get your free API key.

customDataKey: string | undefined
telemetry: boolean = true

Whether to enable telemetry to help improve MapTiler products.

true
url: string | undefined

Was this helpful?

GeoSplats SDK
Reference
SdkConfig