js-api-loader
js-api-loader copied to clipboard
Inform about bad keys
Not sure what the implementation should look like. But it would be useful to know if they key is valid or not and allow a different code path in the application.
Same issue here.
As per the docs:
// Promise
loader
.load()
.then((google) => {
new google.maps.Map(document.getElementById("map"), mapOptions);
})
.catch(e => {
// do something
});
I'd usually expect that errors from "bad keys" can be caught here. I need such validation logic as I'm letting my users input their own keys for testing purposes.
Is there even a way to validate maps api keys? I have not found anything in the docs.
@eegli see #395
Is any news? @wangela