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

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -