public unsafe void SetDottedLineType(global::Com.Baidu.Mapapi.Map.PolylineDottedLineType p0)
        {
            const string __id = "setDottedLineType.(Lcom/baidu/mapapi/map/PolylineDottedLineType;)V";

            try {
                JniArgumentValue *__args = stackalloc JniArgumentValue [1];
                __args [0] = new JniArgumentValue((p0 == null) ? IntPtr.Zero : ((global::Java.Lang.Object)p0).Handle);
                _members.InstanceMethods.InvokeAbstractVoidMethod(__id, this, __args);
            } finally {
            }
        }
Пример #2
0
        public unsafe global::Com.Baidu.Mapapi.Map.PolylineOptions DottedLineType(global::Com.Baidu.Mapapi.Map.PolylineDottedLineType p0)
        {
            const string __id = "dottedLineType.(Lcom/baidu/mapapi/map/PolylineDottedLineType;)Lcom/baidu/mapapi/map/PolylineOptions;";

            try {
                JniArgumentValue *__args = stackalloc JniArgumentValue [1];
                __args [0] = new JniArgumentValue((p0 == null) ? IntPtr.Zero : ((global::Java.Lang.Object)p0).Handle);
                var __rm = _members.InstanceMethods.InvokeAbstractObjectMethod(__id, this, __args);
                return(global::Java.Lang.Object.GetObject <global::Com.Baidu.Mapapi.Map.PolylineOptions> (__rm.Handle, JniHandleOwnership.TransferLocalRef));
            } finally {
            }
        }