static IntPtr n_SetStrokeWidth_F(IntPtr jnienv, IntPtr native__this, float strokeWidth)
 {
     global::Com.Mapbox.Mapboxsdk.Annotations.BubbleLayout __this = global::Java.Lang.Object.GetObject <global::Com.Mapbox.Mapboxsdk.Annotations.BubbleLayout> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.ToLocalJniHandle(__this.SetStrokeWidth(strokeWidth)));
 }
 static float n_GetStrokeWidth(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Mapbox.Mapboxsdk.Annotations.BubbleLayout __this = global::Java.Lang.Object.GetObject <global::Com.Mapbox.Mapboxsdk.Annotations.BubbleLayout> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.StrokeWidth);
 }
 static IntPtr n_SetBubbleColor_I(IntPtr jnienv, IntPtr native__this, int bubbleColor)
 {
     global::Com.Mapbox.Mapboxsdk.Annotations.BubbleLayout __this = global::Java.Lang.Object.GetObject <global::Com.Mapbox.Mapboxsdk.Annotations.BubbleLayout> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.ToLocalJniHandle(__this.SetBubbleColor(bubbleColor)));
 }
 static IntPtr n_GetArrowDirection(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Mapbox.Mapboxsdk.Annotations.BubbleLayout __this = global::Java.Lang.Object.GetObject <global::Com.Mapbox.Mapboxsdk.Annotations.BubbleLayout> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.ToLocalJniHandle(__this.ArrowDirection));
 }