-
Sometimes it might be useful to access the map instance itself as you do in your children through provide/inject. Right now, I created workaround - custom component that is child of map instance which…
-
When the computed is changed second time when markers are rendered already, some errors are thrown. I guess it's because the old markers are not destroyed but don't have the values anymore (?).
```vu…
-
Good day. I'm trying to use oms (https://www.npmjs.com/package/overlapping-marker-spiderfier) in vue-google-maps but keep receiving an error that 'google is not defined.'
I've tried this link https:/…
-
Hello there, I'm having a task where I need to update user marker position.
I checked the [example code](https://github.com/xon52/x5-gmaps/blob/master/example/ExampleMarkerOptions.vue) provided where…
-
How to update polygon `paths` when editing the shape by dragging the control points?
-
In components, you usually have classes added or generated dynamically:
```
```
Additionally, there are components not rendered in a first render, in particular those that don't meet the cond…
-
Can you provide us a small demo code where we can use this plugin so we can display user's current location.
-
**Context:** I am trying to get place data via the place_id on the `beforeEnter()` route guard. Essentially, I want the data to load when someone enters the url exactly `www.example.com/place/{place_…
-
Hi,
I see the code:
https://github.com/frandiox/vue-geo-suggest/blob/479e0f8cde997767fa7558beee2fa9642211eea5/src/load-gmaps.js#L33
and
https://github.com/frandiox/vue-geo-suggest/blob/479…
-
Event `circle_changed` is fired too many times (I guess for every pixel) in case I drag the circle not exactly in the center of the circle. When I drag the little dot, it's fired just once.