Esempio n. 1
0
 public unsafe global::Com.Baidu.Mapapi.Map.ArcOptions 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/ArcOptions;");
     }
     try {
         JValue *__args = stackalloc JValue [1];
         __args [0] = new JValue(p0);
         global::Com.Baidu.Mapapi.Map.ArcOptions __ret = global::Java.Lang.Object.GetObject <global::Com.Baidu.Mapapi.Map.ArcOptions> (JNIEnv.CallObjectMethod(Handle, id_extraInfo_Landroid_os_Bundle_, __args), JniHandleOwnership.TransferLocalRef);
         return(__ret);
     } finally {
     }
 }
Esempio n. 2
0
 public unsafe global::Com.Baidu.Mapapi.Map.ArcOptions Points(global::Com.Baidu.Mapapi.Model.LatLng p0, global::Com.Baidu.Mapapi.Model.LatLng p1, global::Com.Baidu.Mapapi.Model.LatLng p2)
 {
     if (id_points_Lcom_baidu_mapapi_model_LatLng_Lcom_baidu_mapapi_model_LatLng_Lcom_baidu_mapapi_model_LatLng_ == IntPtr.Zero)
     {
         id_points_Lcom_baidu_mapapi_model_LatLng_Lcom_baidu_mapapi_model_LatLng_Lcom_baidu_mapapi_model_LatLng_ = JNIEnv.GetMethodID(class_ref, "points", "(Lcom/baidu/mapapi/model/LatLng;Lcom/baidu/mapapi/model/LatLng;Lcom/baidu/mapapi/model/LatLng;)Lcom/baidu/mapapi/map/ArcOptions;");
     }
     try {
         JValue *__args = stackalloc JValue [3];
         __args [0] = new JValue(p0);
         __args [1] = new JValue(p1);
         __args [2] = new JValue(p2);
         global::Com.Baidu.Mapapi.Map.ArcOptions __ret = global::Java.Lang.Object.GetObject <global::Com.Baidu.Mapapi.Map.ArcOptions> (JNIEnv.CallObjectMethod(Handle, id_points_Lcom_baidu_mapapi_model_LatLng_Lcom_baidu_mapapi_model_LatLng_Lcom_baidu_mapapi_model_LatLng_, __args), JniHandleOwnership.TransferLocalRef);
         return(__ret);
     } finally {
     }
 }