我想在Flutter中做一个空气质量监测应用程序,我想有一个谷歌地图,上面有一些颜色,根据我已经有的一些测量结果,来显示哪个地区污染更严重。我想问一下,如何使用flutter和google maps API实现类似于下面照片的结果。

发布于 2021-12-02 15:00:12
有一个用于创建热图的google maps:https://developers.google.com/maps/documentation/javascript/heatmaplayer
发布于 2021-12-03 12:57:49
您可以将CustomPaint与Google map小部件一起使用。我最近做到了这一点,并在这里记录了如何操作:https://aperico.com/google-maps-with-custom-paint-in-flutter/
https://stackoverflow.com/questions/70201628
复制相似问题