nuxt-google-maps-module icon indicating copy to clipboard operation
nuxt-google-maps-module copied to clipboard

Inject Google Maps script

Results 11 nuxt-google-maps-module issues
Sort by recently updated
recently updated
newest added

Bumps [jsdom](https://github.com/jsdom/jsdom) from 11.5.1 to 16.5.0. Release notes Sourced from jsdom's releases. Version 16.5.0 Added window.queueMicrotask(). Added window.event. Added inputEvent.inputType. (diegohaz) Removed ondragexit from Window and friends, per a spec...

dependencies

Hi! 2 questions: 1. How to pass the lang to map? 2. If I want to change the lang from a form element, how would it be? Thanks!

I want use only one language in google map for autocomplete. But I seen documentation and not found. How I fix this problem?

Am I doing something wrong? I followed the short example, but when I have something on mounted(), it says google is undefined. When I put it on a function I...

For some reason on my Nuxt spa app, the module loads the maps script twice giving the following error in console: `You have included the Google Maps JavaScript API multiple...

I have two maps(components) on ma page, before upgrade to nuxt 2.0 everything worked fine, now i get an error in console: `You have included the Google Maps JavaScript API...

Can we add typings for typescript support? Or how do we add custom typings for vue interface this.$google?

When I run in development (`npm run dev`), everything works. When I build and serve the result, I get `TypeError: Cannot read property 'maps' of undefined`.

Can anyone please provide an simple example to show a map?

Hello, thanks for your work on this. I'm creating a headless WordPress site, and for my use case the client needs to be able to add/modify their Google Map API...