I am doing an Android project where I have provided a list of geography points (lat, lng), and each point has an associated height (height) value.
My task is to create a heat map of this map with different colors depending on the height of the point.
Does anyone know of any existing library in order to do the same. Or, it would be very useful for me if anyone can give pointers to how it will be implemented. My only limitation is that it should work on Android.
Thanks in advance.
source share