This repository was archived by the owner on Sep 5, 2025. It is now read-only.
How can i get Google Api from this library? #82
Unanswered
hrynevychroman
asked this question in
Q&A
Replies: 1 comment 3 replies
-
This working for me, call the function '$gmapApiPromiseLazy()' app.use(VueGoogleMaps, {
load: {
key: env.GOOGLE_API_KEY,
libraries: 'places,geometry',
},
});
app.$gmapApiPromiseLazy(); |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone, I need to check if my marker inside polygon, and I'm using this function
But this don't work, because google.maps are not defined, how can I get google API from this library?
Beta Was this translation helpful? Give feedback.
All reactions