gpolak / LFHeatMap

Extremely fast iOS heat maps
MIT License
391 stars 49 forks source link

render heatmap on imageview #14

Open orkasan opened 6 years ago

orkasan commented 6 years ago

It would be great if I could render heatmap on a uiimage- e.g a layout- instead of map, is it possible with current version?

gpolak commented 6 years ago

It's not tied to a map specifically. You can just overlay it on top of any other view as desired like any other UIImage.

orkasan commented 6 years ago

Thank you. Tried that and have a semi-working result. My positioning did not fit correctly. Im trying to build a basketball court heatmap and my coordinates are fixed, say; X between -7 to 7 and Y between -12 to 12. So within these boundaries, I have success/fail shot coordinates and trying to generate a player's shot result heatmap according to them.

trungnguyen1791 commented 4 years ago

Thank you. Tried that and have a semi-working result. My positioning did not fit correctly. Im trying to build a basketball court heatmap and my coordinates are fixed, say; X between -7 to 7 and Y between -12 to 12. So within these boundaries, I have success/fail shot coordinates and trying to generate a player's shot result heatmap according to them.

Did you get a better result? And can you share more information about it?