Ejemplo n.º 1
0
        static void n_SetWayPoints_Ljava_util_List_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
        {
            global::Com.Baidu.Mapapi.Search.Core.RouteStep __this = global::Java.Lang.Object.GetObject <global::Com.Baidu.Mapapi.Search.Core.RouteStep> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            var p0 = global::Android.Runtime.JavaList <global::Com.Baidu.Mapapi.Model.LatLng> .FromJniHandle(native_p0, JniHandleOwnership.DoNotTransfer);

            __this.WayPoints = p0;
        }
Ejemplo n.º 2
0
 static int n_GetDistance(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Baidu.Mapapi.Search.Core.RouteStep __this = global::Java.Lang.Object.GetObject <global::Com.Baidu.Mapapi.Search.Core.RouteStep> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.Distance);
 }
Ejemplo n.º 3
0
 static IntPtr n_GetWayPoints(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Baidu.Mapapi.Search.Core.RouteStep __this = global::Java.Lang.Object.GetObject <global::Com.Baidu.Mapapi.Search.Core.RouteStep> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(global::Android.Runtime.JavaList <global::Com.Baidu.Mapapi.Model.LatLng> .ToLocalJniHandle(__this.WayPoints));
 }
Ejemplo n.º 4
0
 static void n_SetDuration_I(IntPtr jnienv, IntPtr native__this, int p0)
 {
     global::Com.Baidu.Mapapi.Search.Core.RouteStep __this = global::Java.Lang.Object.GetObject <global::Com.Baidu.Mapapi.Search.Core.RouteStep> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.Duration = p0;
 }