How to apply a translate
property to a PointAnnotation
on Android
#1537
todor-a
started this conversation in
Show and tell
Replies: 1 comment
-
thanks @tdranv 🙇🏿 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In order to apply a
translate
to aPointAnnotation
, abackground
property must be set.So this will not work:
But this will:
This seems to be caused by the fact that on Android, the view is rendered to a bitmap.
Credit goes to @mfazekas.
Beta Was this translation helpful? Give feedback.
All reactions