static void n_RequestLocationUpdates_Lcom_mapbox_android_core_location_LocationEngineRequest_Landroid_app_PendingIntent_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0, IntPtr native_p1)
 {
     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.LocationEngineRequest p0     = global::Java.Lang.Object.GetObject <global::Com.Mapbox.Android.Core.Location.LocationEngineRequest> (native_p0, JniHandleOwnership.DoNotTransfer);
     global::Android.App.PendingIntent p1 = global::Java.Lang.Object.GetObject <global::Android.App.PendingIntent> (native_p1, JniHandleOwnership.DoNotTransfer);
     __this.RequestLocationUpdates(p0, p1);
 }
 static void n_RequestLocationUpdates_Lcom_mapbox_android_core_location_LocationEngineRequest_Lcom_mapbox_android_core_location_LocationEngineCallback_Landroid_os_Looper_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0, IntPtr native_p1, IntPtr native_p2)
 {
     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.LocationEngineRequest   p0     = global::Java.Lang.Object.GetObject <global::Com.Mapbox.Android.Core.Location.LocationEngineRequest> (native_p0, JniHandleOwnership.DoNotTransfer);
     global::Com.Mapbox.Android.Core.Location.ILocationEngineCallback p1     = (global::Com.Mapbox.Android.Core.Location.ILocationEngineCallback)global::Java.Lang.Object.GetObject <global::Com.Mapbox.Android.Core.Location.ILocationEngineCallback> (native_p1, JniHandleOwnership.DoNotTransfer);
     global::Android.OS.Looper p2 = global::Java.Lang.Object.GetObject <global::Android.OS.Looper> (native_p2, JniHandleOwnership.DoNotTransfer);
     __this.RequestLocationUpdates(p0, p1, p2);
 }