js-api-loader
js-api-loader copied to clipboard
Locked version not effective
Why did I specify a version? The Google. maps. version printed on the console is not the version I specified
const loader = new Loader({
apiKey: window.atob(data?.code),
version: '3.50',
language: this.language,
});