static IntPtr n_LocalCustomStylePath_Ljava_lang_String_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
        {
            global::Com.Baidu.Mapapi.Map.MapCustomStyleOptions __this = global::Java.Lang.Object.GetObject <global::Com.Baidu.Mapapi.Map.MapCustomStyleOptions> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            string p0    = JNIEnv.GetString(native_p0, JniHandleOwnership.DoNotTransfer);
            IntPtr __ret = JNIEnv.ToLocalJniHandle(__this.LocalCustomStylePath(p0));

            return(__ret);
        }
        public unsafe void SetMapCustomStyle(global::Com.Baidu.Mapapi.Map.MapCustomStyleOptions p0, global::Com.Baidu.Mapapi.Map.MapView.ICustomMapStyleCallBack p1)
        {
            const string __id = "setMapCustomStyle.(Lcom/baidu/mapapi/map/MapCustomStyleOptions;Lcom/baidu/mapapi/map/MapView$CustomMapStyleCallBack;)V";

            try {
                JniArgumentValue *__args = stackalloc JniArgumentValue [2];
                __args [0] = new JniArgumentValue((p0 == null) ? IntPtr.Zero : ((global::Java.Lang.Object)p0).Handle);
                __args [1] = new JniArgumentValue((p1 == null) ? IntPtr.Zero : ((global::Java.Lang.Object)p1).Handle);
                _members.InstanceMethods.InvokeAbstractVoidMethod(__id, this, __args);
            } finally {
            }
        }
 static IntPtr n_GetLocalCustomStyleFilePath(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Baidu.Mapapi.Map.MapCustomStyleOptions __this = global::Java.Lang.Object.GetObject <global::Com.Baidu.Mapapi.Map.MapCustomStyleOptions> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.NewString(__this.LocalCustomStyleFilePath));
 }