UNPKG

@maptiler/sdk

Version:

The Javascript & TypeScript map SDK tailored for MapTiler Cloud

16 lines (15 loc) 415 B
/** * Some default settings for the SDK */ declare const defaults: { maptilerLogoURL: string; maptilerURL: string; maptilerApiHost: string; telemetryURL: string; rtlPluginURL: string; primaryLanguage: import('@maptiler/client').LanguageInfo; secondaryLanguage: import('@maptiler/client').LanguageInfo; terrainSourceURL: string; terrainSourceId: string; }; export { defaults };