Hi Team,
We are using following configuration to load google map library in middleware layer of application to avoid exposing API key in network tab of browser.
new Loader({
apiKey: "",
url: "/google-maps/map/maps/api/js",
language: LANGUAGES_GOOGLE[locale],
libraries: ["marker", "places"]
})
but since v2, setOptions option function we cannot do that I think it’s due to the missing URL property.
Are you planning to add URL property again?
or is there any possible solution to solve this problem
Thanks!
Hi Team,
We are using following configuration to load google map library in middleware layer of application to avoid exposing API key in network tab of browser.
but since v2, setOptions option function we cannot do that I think it’s due to the missing URL property.
Are you planning to add URL property again?
or is there any possible solution to solve this problem
Thanks!