static IntPtr n_NativeGetId(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Mapbox.Mapboxsdk.Style.Sources.Source __this = global::Java.Lang.Object.GetObject <global::Com.Mapbox.Mapboxsdk.Style.Sources.Source> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.NewString(__this.NativeGetId()));
 }
 static void n_SetDetached(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Mapbox.Mapboxsdk.Style.Sources.Source __this = global::Java.Lang.Object.GetObject <global::Com.Mapbox.Mapboxsdk.Style.Sources.Source> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.SetDetached();
 }
 static long n_GetNativePtr(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Mapbox.Mapboxsdk.Style.Sources.Source __this = global::Java.Lang.Object.GetObject <global::Com.Mapbox.Mapboxsdk.Style.Sources.Source> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.NativePtr);
 }