public unsafe global::Com.Baidu.Mapapi.Map.CircleOptions 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/CircleOptions;");
     }
     try {
         JValue *__args = stackalloc JValue [1];
         __args [0] = new JValue(p0);
         global::Com.Baidu.Mapapi.Map.CircleOptions __ret = global::Java.Lang.Object.GetObject <global::Com.Baidu.Mapapi.Map.CircleOptions> (JNIEnv.CallObjectMethod(((global::Java.Lang.Object) this).Handle, id_extraInfo_Landroid_os_Bundle_, __args), JniHandleOwnership.TransferLocalRef);
         return(__ret);
     } finally {
     }
 }
 public unsafe global::Com.Baidu.Mapapi.Map.CircleOptions InvokeStroke(global::Com.Baidu.Mapapi.Map.Stroke p0)
 {
     if (id_stroke_Lcom_baidu_mapapi_map_Stroke_ == IntPtr.Zero)
     {
         id_stroke_Lcom_baidu_mapapi_map_Stroke_ = JNIEnv.GetMethodID(class_ref, "stroke", "(Lcom/baidu/mapapi/map/Stroke;)Lcom/baidu/mapapi/map/CircleOptions;");
     }
     try {
         JValue *__args = stackalloc JValue [1];
         __args [0] = new JValue(p0);
         global::Com.Baidu.Mapapi.Map.CircleOptions __ret = global::Java.Lang.Object.GetObject <global::Com.Baidu.Mapapi.Map.CircleOptions> (JNIEnv.CallObjectMethod(((global::Java.Lang.Object) this).Handle, id_stroke_Lcom_baidu_mapapi_map_Stroke_, __args), JniHandleOwnership.TransferLocalRef);
         return(__ret);
     } finally {
     }
 }
 public unsafe global::Com.Baidu.Mapapi.Map.CircleOptions InvokeCenter(global::Com.Baidu.Mapapi.Model.LatLng p0)
 {
     if (id_center_Lcom_baidu_mapapi_model_LatLng_ == IntPtr.Zero)
     {
         id_center_Lcom_baidu_mapapi_model_LatLng_ = JNIEnv.GetMethodID(class_ref, "center", "(Lcom/baidu/mapapi/model/LatLng;)Lcom/baidu/mapapi/map/CircleOptions;");
     }
     try {
         JValue *__args = stackalloc JValue [1];
         __args [0] = new JValue(p0);
         global::Com.Baidu.Mapapi.Map.CircleOptions __ret = global::Java.Lang.Object.GetObject <global::Com.Baidu.Mapapi.Map.CircleOptions> (JNIEnv.CallObjectMethod(Handle, id_center_Lcom_baidu_mapapi_model_LatLng_, __args), JniHandleOwnership.TransferLocalRef);
         return(__ret);
     } finally {
     }
 }