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

Method isDraggable

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

Source from the content-addressed store, hash-verified

92
93 /// Whether the user may drag this marker (native providers only).
94 public boolean isDraggable() {
95 return draggable;
96 }
97
98 /// Whether the marker is currently rendered.
99 public boolean isVisible() {

Callers 15

MarkerMethod · 0.45
invoke3Method · 0.45
invoke3Method · 0.45
invoke0Method · 0.45
invoke4Method · 0.45
invoke5Method · 0.45
invoke7Method · 0.45
invoke2Method · 0.45
invoke0Method · 0.45
invoke1Method · 0.45

Calls

no outgoing calls