We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7dd523 commit f4de552Copy full SHA for f4de552
1 file changed
src/providers/googleMap/googleMap.js
@@ -101,7 +101,7 @@ class GoogleMap extends AbstractMap {
101
return param;
102
}, '?');
103
104
- urlParams += 'v=3.31&callback=_googleMapCallbackOnLoad&language=' + this.locale;
+ urlParams += 'v=3.43&callback=_googleMapCallbackOnLoad&language=' + this.locale;
105
106
if (!this.options.loadParams.signature) {
107
urlParams += '&key=' + this.apiKey;
0 commit comments