-
Hello, I have written a customised Vue component wrapping this Google Maps Vue plugin https://github.com/xon52/x5-gmaps.
This clearly does not support SSR, so one needs to follow your documentation…
-
When prerendering, the rendered html contains the appended Gmaps script tag. This causes two issues:
1. When the page is initially loaded, the script tries to execute callback `vueGoogleMapsInit`, …
-
Build fails when using @googlemaps/js-api-loader. Code works in development mode.
[vite-ssg] An internal error occurred.
[vite-ssg] Please report an issue, if none already exists: https://github.c…
-
## Bug Report
On Android the native google map positioning disturbs the scrolling experience, which supposedly is a known bug or 'side effect' of the current Android implementation.
→ [Video of …
-
Thank you for posting this great plugin!
I'm working on a simple google maps vuejs v2 page, that gives the distance between two addresses.
Your plugin works great, however if I have two input field…
-
Getting the following error when using markers inside the map.
[Vue warn]: Error in created hook:
(found in )
Error: VueComponent component must be used within a
Using vue-loader & vue (late…
-
Hi, im rendering more than 4k markers on my map.
The problem is that it takes too much time to render everything (maybe about 5sec to render all). Im passing a prop to my MAPS component. Here is ho…
-
## Summary
Be good to utlise pre-set long/lat data to feed into google maps api.
Somewhere to set the Google Maps API key
Then feed it any values it's expecting but in Vue's/Gridsomes way of doi…
-
Hello!
I'm new to programming and Maestro. I'm developing a native Vue 3 application that uses the Google Maps plugin. I've added multiple markers on the map and need to perform some tests, specifica…
-
## Description
path property is not populated using createPage API
### Steps to reproduce
Generate pages using createPage()
No path property is present on collection nodes
### Expected resu…