How would i go about implementing a heat map on the ArcGIS SDK for Android?
I can draw geometry objects using a GraphicsLayer, but i have seen no way of drawing rasters. I was thinking possibly extending the base Layer class, but I see no render or draw method that would allow me to manually render the heat map.
Any suggestions?