Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

Commit 426da66

Browse files
parmod-arorasebholstein
authored andcommitted
fix(LazyMapsAPILoader): use default API version 3
Closes #195
1 parent 652b711 commit 426da66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/maps-api-loader/lazy-maps-api-loader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export class LazyMapsAPILoader extends MapsAPILoader {
118118
const region: string = this._config.region || DEFAULT_CONFIGURATION.region;
119119
const language: string = this._config.language || DEFAULT_CONFIGURATION.language;
120120
const queryParams: {[key: string]: string} = {
121-
v: this._config.apiVersion || DEFAULT_CONFIGURATION.apiKey,
121+
v: this._config.apiVersion || DEFAULT_CONFIGURATION.apiVersion,
122122
callback: callbackName
123123
};
124124
if (apiKey) {

0 commit comments

Comments
 (0)