-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.status: blockedResolving the issue is dependent on other work.Resolving the issue is dependent on other work.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
Environment details
- google.maps.places.AutocompleteService
- "@googlemaps/js-api-loader": "^1.11.2",
Steps to reproduce
I load the library as follows
new Loader({
apiKey: process.env.REACT_APP_GOOGLE_PLACES_API_KEY,
libraries: ['places'],
language: selectedLanguage,
});I can dynamically change the language through a dropdown. If i try to reload the library i get an error that says i cannot use the same api key with different params
How can i dynamically change the results of the autocomplete to the desired language?
piotrbartnik, dkdelosreyes, v-doronin, faraz-dd, okerx and 16 morepiotrbartnik, faraz-dd and AndreiShilkin
Metadata
Metadata
Assignees
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.status: blockedResolving the issue is dependent on other work.Resolving the issue is dependent on other work.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.