googlemaps / js-api-loader

Load the Google Maps JavaScript API script dynamically.
Apache License 2.0
337 stars 64 forks source link

Locked version not effective #840

Open suibian4012 opened 5 months ago

suibian4012 commented 5 months ago

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,
});
image
wangela commented 5 months ago

If you would like to upvote the priority of this issue, please comment below or react on the original post above with :+1: so we can see what is popular when we triage.

@suibian4012 Thank you for opening this issue. 🙏 Please check out these other resources that might help you get to a resolution in the meantime:

This is an automated message, feel free to ignore.

usefulthink commented 5 months ago

See here: https://developers.google.com/maps/documentation/javascript/versions?hl=en#choosing-a-version-number

There is no infinite availability of older versions, and the last 3.50 version was released 7 November, 2022. I think the versions are only available for a year(?) after release.