static void n_RemoveLocationUpdates_Lcom_mapbox_android_core_location_LocationEngineCallback_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Mapbox.Android.Core.Location.ILocationEngine         __this = global::Java.Lang.Object.GetObject <global::Com.Mapbox.Android.Core.Location.ILocationEngine> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Mapbox.Android.Core.Location.ILocationEngineCallback p0     = (global::Com.Mapbox.Android.Core.Location.ILocationEngineCallback)global::Java.Lang.Object.GetObject <global::Com.Mapbox.Android.Core.Location.ILocationEngineCallback> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.RemoveLocationUpdates(p0);
 }
 static void n_RemoveLocationUpdates_Landroid_app_PendingIntent_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Mapbox.Android.Core.Location.ILocationEngine __this = global::Java.Lang.Object.GetObject <global::Com.Mapbox.Android.Core.Location.ILocationEngine> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Android.App.PendingIntent p0 = global::Java.Lang.Object.GetObject <global::Android.App.PendingIntent> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.RemoveLocationUpdates(p0);
 }