When I try to add a label to TacticalSymbol in Worldwind, it has an Offset field for the label offset, and a second offset field for the access point. What does this hot spot offset do? How does this affect tag positioning?
Here is the corresponding api:
addLabel(DrawContext dc, Offset offset, Offset hotspot, String modifierText)
source
share