static float n_GetCurrentSpan_II(IntPtr jnienv, IntPtr native__this, int firstPointerIndex, int secondPointerIndex)
 {
     global::Com.Mapbox.Android.Gestures.MultiFingerGesture __this = global::Java.Lang.Object.GetObject <global::Com.Mapbox.Android.Gestures.MultiFingerGesture> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.GetCurrentSpan(firstPointerIndex, secondPointerIndex));
 }