You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to dynamically change the channel parameter as mentioned here: https://developers.google.com/maps/documentation/javascript/overview#Loading_the_Maps_API,
and I tried to use this package, and tried to add the channel as a parameter along with apiKey, version and libraries, but it does not accept it.
const loader = new Loader({
apiKey: "",
version: "weekly",
libraries: ["places"],
channel: "300"
});
It would be great if there was an option to add the channel parameter as it is useful to track the google api billing for premium plan users.