Hi can anyone give sample code to create a custom google marker using lru cache.I don't know how to reuse the bitmap and clear the cache while exceeds the memory.
Asked
Active
Viewed 216 times
2
-
cache? how many unique markers do you want to have? – pskink Aug 12 '15 at 05:35
-
it is about 20 unique markers. – Mahi R Aug 12 '15 at 06:00
-
and a marker Bitmap is like 64x64 px or so? – pskink Aug 12 '15 at 06:01
-
Image size differs according to device – Mahi R Aug 12 '15 at 06:57