static void n_SetLocationListener_Lcom_amap_api_location_AMapLocationListener_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Amap.Api.Location.ILocationManagerBase  __this = global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Location.ILocationManagerBase> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Amap.Api.Location.IAMapLocationListener p0     = (global::Com.Amap.Api.Location.IAMapLocationListener)global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Location.IAMapLocationListener> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.SetLocationListener(p0);
 }