-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Labels
triage meI really want to be triaged.I really want to be triaged.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
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!
Metadata
Metadata
Assignees
Labels
triage meI really want to be triaged.I really want to be triaged.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.