Esempio n. 1
0
        static int n_GetBusStationIndex_Lcom_amap_api_maps2d_model_Marker_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
        {
            global::Com.Amap.Api.Maps2d.Overlay.BusLineOverlay __this = global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Maps2d.Overlay.BusLineOverlay> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Com.Amap.Api.Maps2d.Model.Marker           p0     = global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Maps2d.Model.Marker> (native_p0, JniHandleOwnership.DoNotTransfer);
            int __ret = __this.GetBusStationIndex(p0);

            return(__ret);
        }
Esempio n. 2
0
 static int n_GetBusColor(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Amap.Api.Maps2d.Overlay.BusLineOverlay __this = global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Maps2d.Overlay.BusLineOverlay> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.BusColor);
 }
Esempio n. 3
0
 static IntPtr n_GetBusBitmapDescriptor(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Amap.Api.Maps2d.Overlay.BusLineOverlay __this = global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Maps2d.Overlay.BusLineOverlay> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.ToLocalJniHandle(__this.BusBitmapDescriptor));
 }
Esempio n. 4
0
 static void n_ZoomToSpan(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Amap.Api.Maps2d.Overlay.BusLineOverlay __this = global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Maps2d.Overlay.BusLineOverlay> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.ZoomToSpan();
 }
Esempio n. 5
0
 static IntPtr n_GetTitle_I(IntPtr jnienv, IntPtr native__this, int p0)
 {
     global::Com.Amap.Api.Maps2d.Overlay.BusLineOverlay __this = global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Maps2d.Overlay.BusLineOverlay> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.NewString(__this.GetTitle(p0)));
 }