MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / getAnchorV

Method getAnchorV

CodenameOne/src/com/codename1/maps/Marker.java:89–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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() {

Callers 7

replayMarkersMethod · 0.95
addMarkerMethod · 0.95
handleTapMethod · 0.95
MarkerMethod · 0.45
drawMarkerMethod · 0.45

Calls

no outgoing calls