vue3-google-map icon indicating copy to clipboard operation
vue3-google-map copied to clipboard

A set of composable components for easy use of Google Maps in your Vue 3 projects.

Results 40 vue3-google-map issues
Sort by recently updated
recently updated
newest added

The google maps Marker element is [deprecated as of February 2023](https://developers.google.com/maps/deprecations#googlemapsmarker_in_the_deprecated_as_of_february_2023), Advanced marker is the new better version. Read more about Advanced marker [here](https://developers.google.com/maps/documentation/javascript/reference/advanced-markers)

feature request

I struggled for some time but had some key findings thanks to chatgpt you do something like this https://stackoverflow.com/questions/71129102/how-to-specify-custom-cluster-marker-for-a-google-map but instead of saying `new google.maps.Marker(` you write `new this.$refs.mapRef.api.Marker(` (sorry...

itll be nice to be able to pin a adress on the map by the place_id https://developers.google.com/maps/documentation/javascript/reference/places-autocomplete-service#AutocompletePrediction.place_id

feature request

When I am trying to use Loader to load GoogleMaps I have deprecation warning that says: `"Vue: The signature (): Promise of loader.load is deprecated."` And it suggests to use...

enhancement
types

### Discussed in https://github.com/inocan-group/vue3-google-map/discussions/241 Originally posted by **Krada88** March 28, 2024 Hello, Friends. Tell me I have a problem. I'm doing something like a geotracker, I need to periodically update...

bug
has workaround
reactivity

Currently, I've encountered an issue while rendering a map with 10,000 `` components within a ``, causing the app to crash. To address this, I've made a modification by replacing...

perf
suggestion

Very similar to issue #84 but different/might shed some light on how to fix. The map seems to re-render on pretty much any iteration/change. This causes the markers to re-render,...

perf

is there any plan to add this feature ?

help wanted
feature request

Adding a custom control (in my case this is a button but it can be a simple unstyled text for the test) in the map creates 2 issues: - A...

needs repro

Any chance this is supported or can be easily? https://developers.google.com/maps/documentation/javascript/advanced-markers/basic-customization

feature request