xkjyeah / vue-google-maps

Google maps component for vue with 2-way data binding
https://xkjyeah.github.io/vue-google-maps/
1.88k stars 474 forks source link

Possible solution for API Key validity check anytime #762

Closed recep-yildiz closed 3 years ago

recep-yildiz commented 3 years ago

gm_authFailure() fires only one time but in my case API Key can be change anytime so I need a checker function. I could not find any error catcher function except gm_authFailure, is there any helper key checker functionality?