()
| 81 | /// The horizontal icon anchor in normalized [0,1] image space |
| 82 | /// (0 = left, 1 = right). Defaults to 0.5 (centered). |
| 83 | public float getAnchorU() { |
| 84 | return anchorU; |
| 85 | } |
| 86 | |
| 87 | /// The vertical icon anchor in normalized [0,1] image space |
| 88 | /// (0 = top, 1 = bottom). Defaults to 1 (pin tip at the location). |
no outgoing calls