titles were the markers of
Answers
Answered by
2
Explanation:
I need to draw titles for each of my 1000+ markers on map (titles below markers) . For titles I use separate not flat markers and create a separate bitmap for an each title; I faced the next 2 problems:
creating 1000 bitmaps (plain text wrappers) takes several seconds
creating 1000 bitmaps consumes a lot of memory, and I regularily get OutOfMemory
How to properly draw titles for big number of markers? Looks like I can not use here any kind of cache or clustering algorithm... Thanks in advance for any help.
Answered by
4
Answer:
_____ = kings
Similar questions