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.
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!