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