采用Android的谷歌地图API来显示一个热图层图层、地图、Android、API

2023-09-05 04:06:45 作者:不帅不坏不可爱

我在做Android的一个项目,在那里我已经给了地理点(纬度,经度)的列表,每个点都有一个相关的高度(高度)值与它。

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 create a Heat Map of the given map with varying colors depending on the points altitude value.

是否有人知道做同样的任何现有的库。或者,它也将是非常有益的,我如果任何人都可以给它如何凸轮来实现的指针。我唯一​​的限制是它应该在的Andr​​oid。

Does someone know of any existing library for doing the same. Or, it would also be very helpful to me if anyone can give pointers on how it cam be implemented. My only constraint is that it should work in Android.

在此先感谢。

推荐答案

MAPEX ,例如。或者这个帖子。