Ejemplo n.º 1
0
 static void n_AddCompassListener_Lcom_mapbox_mapboxsdk_location_CompassListener_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Mapbox.Mapboxsdk.Location.ICompassEngine   __this = global::Java.Lang.Object.GetObject <global::Com.Mapbox.Mapboxsdk.Location.ICompassEngine> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Mapbox.Mapboxsdk.Location.ICompassListener p0     = (global::Com.Mapbox.Mapboxsdk.Location.ICompassListener)global::Java.Lang.Object.GetObject <global::Com.Mapbox.Mapboxsdk.Location.ICompassListener> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.AddCompassListener(p0);
 }