Fawad Mirzad

Results 14 comments of Fawad Mirzad

It is already possible to access the `google` object. Here is an example of accessing google in your component: https://stackblitz.com/edit/vue-google-maps-marker-zzrfjb?file=src/components/ComponentWithMap.vue Although this solution works, but I agree, that there should...

@catherineluse Using your code I have created a sandbox and I do not have any problem with the style property. https://stackblitz.com/edit/vue-google-maps-marker-341ftq?file=src%2Fcomponents%2FComponentWithMap.vue Alternatively you can style the `.vue-map` css selector directly...

Have you included places library? https://vue-map.netlify.app/components/autocomplete.html#load-google-maps-places

Can you create a reproducible sandbox ?

Typescript support is definitely in pipeline. I will at least provide type definitions in the next releases.

Typescript should work normally. We are talking about adding Type Definitions or even rewriting components with Typescript.

So, for Typescript user. A new major update will be released soon, written completely in Typescript and utilising many of Vue 3 new features.

@vBoykoGit Can you please elaborate what do you exactly mean? Do you want to get places (Restaurants, bus stations and co. ) near a marker?

@Sephen You could get a map instance and register the "bounds_changed" on it, then get the map Bounds out of the map event. You can treat it the same as...

You can add drawing and other libraries using the library option ``` libraries: ['drawing'] ```