using Android Google Maps API to display a Heat Map layer

前端 未结 2 355
自闭症患者
自闭症患者 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: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.

提交回复
热议问题