public unsafe global::Com.Baidu.Mapapi.Map.PolylineOptions InvokeExtraInfo(global::Android.OS.Bundle p0)
 {
     if (id_extraInfo_Landroid_os_Bundle_ == IntPtr.Zero)
     {
         id_extraInfo_Landroid_os_Bundle_ = JNIEnv.GetMethodID(class_ref, "extraInfo", "(Landroid/os/Bundle;)Lcom/baidu/mapapi/map/PolylineOptions;");
     }
     try {
         JValue *__args = stackalloc JValue [1];
         __args [0] = new JValue(p0);
         global::Com.Baidu.Mapapi.Map.PolylineOptions __ret = global::Java.Lang.Object.GetObject <global::Com.Baidu.Mapapi.Map.PolylineOptions> (JNIEnv.CallObjectMethod(Handle, id_extraInfo_Landroid_os_Bundle_, __args), JniHandleOwnership.TransferLocalRef);
         return(__ret);
     } finally {
     }
 }
 public unsafe global::Com.Baidu.Mapapi.Map.PolylineOptions InvokeCustomTexture(global::Com.Baidu.Mapapi.Map.BitmapDescriptor p0)
 {
     if (id_customTexture_Lcom_baidu_mapapi_map_BitmapDescriptor_ == IntPtr.Zero)
     {
         id_customTexture_Lcom_baidu_mapapi_map_BitmapDescriptor_ = JNIEnv.GetMethodID(class_ref, "customTexture", "(Lcom/baidu/mapapi/map/BitmapDescriptor;)Lcom/baidu/mapapi/map/PolylineOptions;");
     }
     try {
         JValue *__args = stackalloc JValue [1];
         __args [0] = new JValue(p0);
         global::Com.Baidu.Mapapi.Map.PolylineOptions __ret = global::Java.Lang.Object.GetObject <global::Com.Baidu.Mapapi.Map.PolylineOptions> (JNIEnv.CallObjectMethod(Handle, id_customTexture_Lcom_baidu_mapapi_map_BitmapDescriptor_, __args), JniHandleOwnership.TransferLocalRef);
         return(__ret);
     } finally {
     }
 }
        public unsafe global::Com.Baidu.Mapapi.Map.PolylineOptions TextureIndex(global::System.Collections.Generic.IList <global::Java.Lang.Integer> p0)
        {
            if (id_textureIndex_Ljava_util_List_ == IntPtr.Zero)
            {
                id_textureIndex_Ljava_util_List_ = JNIEnv.GetMethodID(class_ref, "textureIndex", "(Ljava/util/List;)Lcom/baidu/mapapi/map/PolylineOptions;");
            }
            IntPtr native_p0 = global::Android.Runtime.JavaList <global::Java.Lang.Integer> .ToLocalJniHandle(p0);

            try {
                JValue *__args = stackalloc JValue [1];
                __args [0] = new JValue(native_p0);
                global::Com.Baidu.Mapapi.Map.PolylineOptions __ret = global::Java.Lang.Object.GetObject <global::Com.Baidu.Mapapi.Map.PolylineOptions> (JNIEnv.CallObjectMethod(Handle, id_textureIndex_Ljava_util_List_, __args), JniHandleOwnership.TransferLocalRef);
                return(__ret);
            } finally {
                JNIEnv.DeleteLocalRef(native_p0);
            }
        }