Label for marker #1151
Answered
by
devemux86
karel-zabloudil-3pg
asked this question in
Q&A
Label for marker
#1151
-
We have thousands markers. Is it possible to draw marker with unique label other than in the bitmap ? That would mean we have to have a separate bitmap for each marker which would consume lot of memory. If this is the only case, could you please suggest how to implement that efficiently to save the memory ? Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
devemux86
Nov 26, 2024
Replies: 1 comment
-
You can create a To use different symbols need to set them on each marker, see the AtlasMultiTextureActivity example. |
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
You can create a
ItemizedLayer
with the common symbol, see the MarkerOverlayActivity example.To use different symbols need to set them on each marker, see the AtlasMultiTextureActivity example.