inocan-group / vue3-google-map

A set of composable components for easy use of Google Maps in your Vue 3 projects.
https://vue3-google-map.com
MIT License
272 stars 54 forks source link

Can we set Marker Cluster options? #112

Closed fprl closed 1 year ago

fprl commented 1 year ago

Hi there,

Is it possible to pass an object with this options? I don't see it in the component API.

image

Regards,

HusamElbashir commented 1 year ago

Hi @francoromanol

Unfortunately no. We're using a different library for clustering: https://www.npmjs.com/package/@googlemaps/markerclusterer

fprl commented 1 year ago

Hi @HusamIbrahim , thanks for the response. I found a way to do it with ref and computed.

One last question, is it possible to use InfoWindow inside CustomMarker? Its not working for me.

Regards

HusamElbashir commented 1 year ago

No this isn’t supported unfortunately.