android - titles for markers on map (titles below markers) -
i need draw titles each of 1000+ markers on map (titles below markers) . titles use separate not flat markers , create separate bitmap each title; faced next 2 problems:
- creating 1000 bitmaps (plain text wrappers) takes several seconds
- creating 1000 bitmaps consumes lot of memory, , regularily outofmemory
how draw titles big number of markers? looks can not use here kind of cache or clustering algorithm... in advance help.
Comments
Post a Comment