static void n_Deactivate(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Amap.Api.Maps2d.ILocationSource __this = global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Maps2d.ILocationSource> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.Deactivate();
 }
 static void n_Activate_Lcom_amap_api_maps2d_LocationSource_OnLocationChangedListener_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Amap.Api.Maps2d.ILocationSource __this = global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Maps2d.ILocationSource> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Amap.Api.Maps2d.ILocationSourceOnLocationChangedListener p0 = (global::Com.Amap.Api.Maps2d.ILocationSourceOnLocationChangedListener)global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Maps2d.ILocationSourceOnLocationChangedListener> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.Activate(p0);
 }