-
Notifications
You must be signed in to change notification settings - Fork 49
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
Comments
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. |
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? |
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?
The text was updated successfully, but these errors were encountered: