You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nutiteq edited this page Nov 15, 2012
·
5 revisions
You can customise marker pop-up labels (balloons) by setting custom content (texture) to them. Basically you just extend abstract class Label, write own code to drawMarkerLabel() method, and use this.
See source of the basic default label with 1 or 2 lines DefaultLabel.java to have idea about API of Label and how this can be implemented. Like in sample, it is probably easiest to use Bitmap canvas where texts (and possibly graphics) is painted.