Heat map on Google maps based on the intensity of a parameter

前端 未结 2 1446
面向向阳花
面向向阳花 2021-02-07 20:26

I have collected some data of the performance of one Wi-Fi network with a position stamp. Now I can show the position where I have acquired the data on a \"local\" Google maps.

相关标签:
2条回答
  • 2021-02-07 21:07

    It is not exactly what you want, but you could take a look at the HeatmapApi.

    There is a free version for max. 100 datapoints. The main limitation regarding your requirements is that you cannot adapt the color scheme. This feature is announced on their web page but without a date.

    I tried the API in the last few days and it works as expected and promised. It is provided as web service and takes parameters in the format [lat, lng, value] to compute the heatmap.

    0 讨论(0)
  • 2021-02-07 21:08

    I have found a solution on how to create a heatmap with Google Maps that works locally: heatmap.js.
    I have used and works very well for my scope. Thanks

    0 讨论(0)
提交回复
热议问题