a14n / dart-google-maps

A library to use Google Maps JavaScript API v3 from Dart scripts.
Apache License 2.0
130 stars 66 forks source link

Heatmap #107

Closed gicampioto closed 2 years ago

gicampioto commented 2 years ago

When is expected to have a heatmap support?

a14n commented 2 years ago

Heatmap are already supported in the visualization library with HeatmapLayer.

See https://github.com/a14n/dart-google-maps/tree/0b511c2c19c284f3dd32a7a50090048c7141f83c/example/06-layers/layer-heatmap

Note: don't forget to load google maps with the visualization library .

gicampioto commented 2 years ago

Thanks fo the reply but how can I apply this to my mobile flutter project? The flutter google maps library doesn't have heatmap support.

a14n commented 2 years ago

Feel free to file an issue in the https://github.com/flutter/flutter