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
264 stars 51 forks source link

Use of HeatmapLayer #120

Closed pvalette closed 1 year ago

pvalette commented 1 year ago

Hello,

First thank for this package.

I saw that you have the HeatmapLayer but there is no documentation or sample

I tried to implement a heatmap with options { radius:20, data[ {lat:..., lng:...], ...} but the layer never appeared

If you have a sample, or doc, really appreciate, thank

JoseGoncalves commented 1 year ago

Hi @pvalette, please check https://github.com/JoseGoncalves/vue-google-maps/tree/heatmap/

HusamElbashir commented 1 year ago

Refer to my comment here for a basic example https://github.com/inocan-group/vue3-google-map/issues/76#issuecomment-1226371053

HusamElbashir commented 1 year ago

Added to readme