Beispiel #1
0
#pragma warning restore 0649

        public void OnGetDrivingRouteResult(global::Com.Baidu.Mapapi.Search.Route.DrivingRouteResult p0)
        {
            var __h = OnGetDrivingRouteResultHandler;

            if (__h != null)
            {
                __h(sender, new GetDrivingRouteResultEventArgs(p0));
            }
        }
Beispiel #2
0
        public unsafe void OnGetDrivingRouteResult(global::Com.Baidu.Mapapi.Search.Route.DrivingRouteResult p0)
        {
            if (id_onGetDrivingRouteResult_Lcom_baidu_mapapi_search_route_DrivingRouteResult_ == IntPtr.Zero)
            {
                id_onGetDrivingRouteResult_Lcom_baidu_mapapi_search_route_DrivingRouteResult_ = JNIEnv.GetMethodID(class_ref, "onGetDrivingRouteResult", "(Lcom/baidu/mapapi/search/route/DrivingRouteResult;)V");
            }
            JValue *__args = stackalloc JValue [1];

            __args [0] = new JValue(p0);
            JNIEnv.CallVoidMethod(Handle, id_onGetDrivingRouteResult_Lcom_baidu_mapapi_search_route_DrivingRouteResult_, __args);
        }
Beispiel #3
0
 static void n_OnGetDrivingRouteResult_Lcom_baidu_mapapi_search_route_DrivingRouteResult_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Baidu.Mapapi.Search.Route.IOnGetRoutePlanResultListener __this = global::Java.Lang.Object.GetObject <global::Com.Baidu.Mapapi.Search.Route.IOnGetRoutePlanResultListener> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Baidu.Mapapi.Search.Route.DrivingRouteResult            p0     = global::Java.Lang.Object.GetObject <global::Com.Baidu.Mapapi.Search.Route.DrivingRouteResult> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.OnGetDrivingRouteResult(p0);
 }
Beispiel #4
0
 public GetDrivingRouteResultEventArgs(global::Com.Baidu.Mapapi.Search.Route.DrivingRouteResult p0)
 {
     this.p0 = p0;
 }