Skip to content

Commit

Permalink
feat: add update auto on gmap version
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarcin committed Jan 21, 2021
1 parent b7dd523 commit f4de552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/googleMap/googleMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class GoogleMap extends AbstractMap {
return param;
}, '?');

urlParams += 'v=3.31&callback=_googleMapCallbackOnLoad&language=' + this.locale;
urlParams += 'v=3.43&callback=_googleMapCallbackOnLoad&language=' + this.locale;

if (!this.options.loadParams.signature) {
urlParams += '&key=' + this.apiKey;
Expand Down

0 comments on commit f4de552

Please sign in to comment.