Example #1
0
        static bool n_EqualsRemote_Lcom_amap_api_interfaces_ITileOverlay_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
        {
            global::Com.Amap.Api.Interfaces.ITileOverlay __this = global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Interfaces.ITileOverlay> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Com.Amap.Api.Interfaces.ITileOverlay p0     = (global::Com.Amap.Api.Interfaces.ITileOverlay)global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Interfaces.ITileOverlay> (native_p0, JniHandleOwnership.DoNotTransfer);
            bool __ret = __this.EqualsRemote(p0);

            return(__ret);
        }
Example #2
0
        public unsafe bool EqualsRemote(global::Com.Amap.Api.Interfaces.ITileOverlay p0)
        {
            if (id_equalsRemote_Lcom_amap_api_interfaces_ITileOverlay_ == IntPtr.Zero)
            {
                id_equalsRemote_Lcom_amap_api_interfaces_ITileOverlay_ = JNIEnv.GetMethodID(class_ref, "equalsRemote", "(Lcom/amap/api/interfaces/ITileOverlay;)Z");
            }
            JValue *__args = stackalloc JValue [1];

            __args [0] = new JValue((p0 == null) ? IntPtr.Zero : ((global::Java.Lang.Object)p0).Handle);
            bool __ret = JNIEnv.CallBooleanMethod(((global::Java.Lang.Object) this).Handle, id_equalsRemote_Lcom_amap_api_interfaces_ITileOverlay_, __args);

            return(__ret);
        }
        public unsafe TileOverlay(global::Com.Amap.Api.Interfaces.ITileOverlay p0)
            : base(IntPtr.Zero, JniHandleOwnership.DoNotTransfer)
        {
            const string __id = "(Lcom/amap/api/interfaces/ITileOverlay;)V";

            if (((global::Java.Lang.Object) this).Handle != IntPtr.Zero)
            {
                return;
            }

            try {
                JniArgumentValue *__args = stackalloc JniArgumentValue [1];
                __args [0] = new JniArgumentValue((p0 == null) ? IntPtr.Zero : ((global::Java.Lang.Object)p0).Handle);
                var __r = _members.InstanceMethods.StartCreateInstance(__id, ((object)this).GetType(), __args);
                SetHandle(__r.Handle, JniHandleOwnership.TransferLocalRef);
                _members.InstanceMethods.FinishCreateInstance(__id, this, __args);
            } finally {
            }
        }
Example #4
0
 static void n_Remove(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Amap.Api.Interfaces.ITileOverlay __this = global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Interfaces.ITileOverlay> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.Remove();
 }
Example #5
0
 static int n_HashCodeRemote(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Amap.Api.Interfaces.ITileOverlay __this = global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Interfaces.ITileOverlay> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.HashCodeRemote());
 }
Example #6
0
 static void n_SetZIndex_F(IntPtr jnienv, IntPtr native__this, float p0)
 {
     global::Com.Amap.Api.Interfaces.ITileOverlay __this = global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Interfaces.ITileOverlay> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.ZIndex = p0;
 }
Example #7
0
 static float n_GetZIndex(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Amap.Api.Interfaces.ITileOverlay __this = global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Interfaces.ITileOverlay> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.ZIndex);
 }
Example #8
0
 static void n_SetVisible_Z(IntPtr jnienv, IntPtr native__this, bool p0)
 {
     global::Com.Amap.Api.Interfaces.ITileOverlay __this = global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Interfaces.ITileOverlay> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.Visible = p0;
 }
Example #9
0
 static bool n_IsVisible(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Amap.Api.Interfaces.ITileOverlay __this = global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Interfaces.ITileOverlay> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.Visible);
 }
Example #10
0
 static IntPtr n_GetId(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Amap.Api.Interfaces.ITileOverlay __this = global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Interfaces.ITileOverlay> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.NewString(__this.Id));
 }