Replies: 1 comment
-
See @julianhirt's example here: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I have a problem finishing a project because of the Cluster Marker.
How do you style the ClusterMarker in a Vue 3 project with the Composition API / Script setup? I haven't been able to find any useful examples online. The official ClusterMarker docs from Google don't give me enough hints how to apply this in a Vue 3 context.
The regular Marker component can easily be styled with the 'icon' in the 'options' prop but it's a different story for the Cluster Marker.
It has to do with the 'renderer' Interface: https://googlemaps.github.io/js-markerclusterer/interfaces/Renderer.html but I don't understand how to apply this to my project.
Any help is much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions