()
| 87 | /// The vertical icon anchor in normalized [0,1] image space |
| 88 | /// (0 = top, 1 = bottom). Defaults to 1 (pin tip at the location). |
| 89 | public float getAnchorV() { |
| 90 | return anchorV; |
| 91 | } |
| 92 | |
| 93 | /// Whether the user may drag this marker (native providers only). |
| 94 | public boolean isDraggable() { |
no outgoing calls