Hi, I am trying to generate a heatmap, based on a set of LatLng points in Android Maps v2. I am using the algorithm from here: http://blog.furiousbob.com/2011/05/12/heating-up-my-new-xoom-tablet/ I have gone through some examples online, but it uses Overlays which is not just deprecated, but removed from the v2 of Maps API.
I have been told that I can achieve the same using TileOverlay, which I would like to try, but am unable to find even a simple example of it, which does not use UrlTileProvider or pre-created set of images. I can use a View to generate the heatmap as a bitmap(via the view canvas), but there dosen't seems to be anyway to map the bitmap to Tiles. PS: Currently, I am placing this view over the map, which needs a lot of re-computations when the map is panned or zoomed, and would want to avoid that. Please let me know if anyone has any recommendations. Best, R -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

