I want to use a heat map layer to visualize my data's density distribution over the map. I was thinking about using a ArcGISFeatureLayer, but I am not quite sure on how to use it for my purposes and if it is the right way. I am using ArcGIS SDK 10.2.6.
For example a heat map about the elevation of a specific area. How can I achieve that?
Is there some example code available?