static void n_SetProperties_arrayLcom_mapbox_mapboxsdk_style_layers_PropertyValue_(IntPtr jnienv, IntPtr native__this, IntPtr native_properties)
 {
     global::Com.Mapbox.Mapboxsdk.Style.Layers.Layer           __this     = global::Java.Lang.Object.GetObject <global::Com.Mapbox.Mapboxsdk.Style.Layers.Layer> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Mapbox.Mapboxsdk.Style.Layers.PropertyValue[] properties = (global::Com.Mapbox.Mapboxsdk.Style.Layers.PropertyValue[])JNIEnv.GetArray(native_properties, JniHandleOwnership.DoNotTransfer, typeof(global::Com.Mapbox.Mapboxsdk.Style.Layers.PropertyValue));
     __this.SetProperties(properties);
     if (properties != null)
     {
         JNIEnv.CopyArray(properties, native_properties);
     }
 }