using Android Google Maps API to display a Heat Map layer

前端 未结 2 356
自闭症患者
自闭症患者 2021-02-06 12:12

I am doing a project in Android, where I have given a list of Geography Points (lat, lng) and each point has an associated Altitude(height) value with it.

My task is to

相关标签:
2条回答
  • 2021-02-06 12:29

    mapex, for example. Or this post.

    0 讨论(0)
  • 2021-02-06 12:31

    The question is old but Google launched recently the new Google Maps Android API Utility Library allowing to create easily heatmaps. Take a look the BlogPost and the Google Maps V2 documentation.

    Also, the source code can be found on GitHub with some sample code available.

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