Is it possible to display a Google Maps heatmap layer like this https://google-developers.appspot.com/maps/documentation/javascript/examples/layer-heatmap as a layer onto a custom OSMdroid Mapview?
Or is there a simple way to directly plot the heatmap-geopoints [{lat, lon, weight-value},..] as a layer onto the map?