Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to plot heat map on android phone based on the signal strength in a area. i am able to get google map using android map api v2 . but i am not getting any idea how to plot heatmap on it . I have gone through
using Android Google Maps API to display a Heat Map layer but the link to mapex here didn't help much . Please help

share|improve this question
I assume that you have the data and just can't plot it as a heat map. What doesn't work? – dutt Jan 28 at 12:10
What i am looking for is an example on how to plot the heat map layer dynamically or some kind of documentation to which i could refer to make things work ;I have done it on browser ; want to port my application to android. i have Lat , Lng data with signal strength in a file . – Navi Jan 28 at 12:21
what's wrong with this? blog.furiousbob.com/2011/05/12/heating-up-my-new-xoom-tablet found through your link. – dutt Jan 28 at 12:23
how do i get hold of bitmap object for the FragmentActivity . AND how do i use HeatView class – Navi Jan 28 at 12:46

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.