示例#1
0
 static void n_Draw_Landroid_graphics_Canvas_Lorg_osmdroid_views_MapView_Z(IntPtr jnienv, IntPtr native__this, IntPtr native_c, IntPtr native_osmv, bool shadow)
 {
     global::Osmdroid.Views.Overlay.DirectedLocationOverlay __this = global::Java.Lang.Object.GetObject <global::Osmdroid.Views.Overlay.DirectedLocationOverlay> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Android.Graphics.Canvas c    = global::Java.Lang.Object.GetObject <global::Android.Graphics.Canvas> (native_c, JniHandleOwnership.DoNotTransfer);
     global::Osmdroid.Views.MapView  osmv = global::Java.Lang.Object.GetObject <global::Osmdroid.Views.MapView> (native_osmv, JniHandleOwnership.DoNotTransfer);
     __this.Draw(c, osmv, shadow);
 }
示例#2
0
 static void n_SetShowAccuracy_Z(IntPtr jnienv, IntPtr native__this, bool pShowIt)
 {
     global::Osmdroid.Views.Overlay.DirectedLocationOverlay __this = global::Java.Lang.Object.GetObject <global::Osmdroid.Views.Overlay.DirectedLocationOverlay> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.SetShowAccuracy(pShowIt);
 }
示例#3
0
 static void n_SetBearing_F(IntPtr jnienv, IntPtr native__this, float aHeading)
 {
     global::Osmdroid.Views.Overlay.DirectedLocationOverlay __this = global::Java.Lang.Object.GetObject <global::Osmdroid.Views.Overlay.DirectedLocationOverlay> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.SetBearing(aHeading);
 }
示例#4
0
 static void n_SetLocation_Lorg_osmdroid_util_GeoPoint_(IntPtr jnienv, IntPtr native__this, IntPtr native_mp)
 {
     global::Osmdroid.Views.Overlay.DirectedLocationOverlay __this = global::Java.Lang.Object.GetObject <global::Osmdroid.Views.Overlay.DirectedLocationOverlay> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Osmdroid.Util.GeoPoint mp = global::Java.Lang.Object.GetObject <global::Osmdroid.Util.GeoPoint> (native_mp, JniHandleOwnership.DoNotTransfer);
     __this.Location = mp;
 }
示例#5
0
 static IntPtr n_GetLocation(IntPtr jnienv, IntPtr native__this)
 {
     global::Osmdroid.Views.Overlay.DirectedLocationOverlay __this = global::Java.Lang.Object.GetObject <global::Osmdroid.Views.Overlay.DirectedLocationOverlay> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.ToLocalJniHandle(__this.Location));
 }