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); }
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); }
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); }
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; }
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)); }