-
|
How to create custom marker in marker symbol? like marker icon with name bottom |
Beta Was this translation helpful? Give feedback.
Answered by
devemux86
Apr 27, 2021
Replies: 1 comment
-
|
Create a bitmap with everything you need, icon, text, etc. and then set it as marker. For example see AtlasMultiTextureActivity. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
devemux86
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create a bitmap with everything you need, icon, text, etc. and then set it as marker.
For example see AtlasMultiTextureActivity.