Skip to content

Commit f4de552

Browse files
committed
feat: add update auto on gmap version
1 parent b7dd523 commit f4de552

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/providers/googleMap/googleMap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class GoogleMap extends AbstractMap {
101101
return param;
102102
}, '?');
103103

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

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

0 commit comments

Comments
 (0)