static void n_OnResult_Landroid_location_Location_(IntPtr jnienv, IntPtr native__this, IntPtr native_obj)
 {
     global::UrbanAirship.Location.ILocationCallback __this = global::Java.Lang.Object.GetObject <global::UrbanAirship.Location.ILocationCallback> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     Android.Locations.Location obj = global::Java.Lang.Object.GetObject <Android.Locations.Location> (native_obj, JniHandleOwnership.DoNotTransfer);
     __this.OnResult(obj);
 }