static void n_InvalidateTile_III(IntPtr jnienv, IntPtr native__this, int zoomLevel, int x, int y)
 {
     global::Com.Mapbox.Mapboxsdk.Style.Sources.CustomGeometrySource __this = global::Java.Lang.Object.GetObject <global::Com.Mapbox.Mapboxsdk.Style.Sources.CustomGeometrySource> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.InvalidateTile(zoomLevel, x, y);
 }