Gmap - using latest version of the google maps javascript api

Hi - I’m using Google Maps as a background to some charts. I’m getting a warning message that I’m using a retired version of their javascript api.

Looking at the developer console, I’m passing ‘v=3.36’ in the parameters. They are currently on v3.43, with everything before v3.41 being retired.

I’ve had a look through the gmap and gmapoptions documentation, and I can’t see a way to pass a parameter to specify version. Ideally I’d like to be able to send ‘v=weekly’, which would keep me up-to-date with the latest stable version.

Is there a way to do this?

This is not user-configurable. Please open a GitHub issue to discuss updating it to the most recent version.

Will do, thanks!