Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

render heatmap on imageview #14

Open
orkasan opened this issue Jul 12, 2018 · 3 comments
Open

render heatmap on imageview #14

orkasan opened this issue Jul 12, 2018 · 3 comments

Comments

@orkasan
Copy link

orkasan commented Jul 12, 2018

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
Copy link
Owner

gpolak commented Jul 13, 2018

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
Copy link
Author

orkasan commented Jul 15, 2018

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
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants