12 private final NativeObject nativeObject;
14 UserLocationLayerBinding(NativeObject nativeObject)
16 this.nativeObject = nativeObject;
27 native_setVisible(visible);
29 private native
void native_setVisible(
boolean visible);
34 return native_isVisible();
36 private native
boolean native_isVisible();
39 public void setAnchor(android.graphics.PointF anchor)
41 native_setAnchor(anchor);
43 private native
void native_setAnchor(android.graphics.PointF anchor);
50 private native
void native_resetAnchor();
55 return native_anchorEnabled();
57 private native
boolean native_anchorEnabled();