コード例 #1
0
            static IntPtr n_LocationEngineRequest_Lcom_mapbox_android_core_location_LocationEngineRequest_(IntPtr jnienv, IntPtr native__this, IntPtr native_locationEngineRequest)
            {
                global::Com.Mapbox.Mapboxsdk.Location.LocationComponentActivationOptions.Builder __this = global::Java.Lang.Object.GetObject <global::Com.Mapbox.Mapboxsdk.Location.LocationComponentActivationOptions.Builder> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
                global::Com.Mapbox.Android.Core.Location.LocationEngineRequest locationEngineRequest    = global::Java.Lang.Object.GetObject <global::Com.Mapbox.Android.Core.Location.LocationEngineRequest> (native_locationEngineRequest, JniHandleOwnership.DoNotTransfer);
                IntPtr __ret = JNIEnv.ToLocalJniHandle(__this.LocationEngineRequest(locationEngineRequest));

                return(__ret);
            }
コード例 #2
0
 static IntPtr n_Build(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Mapbox.Mapboxsdk.Location.LocationComponentActivationOptions.Builder __this = global::Java.Lang.Object.GetObject <global::Com.Mapbox.Mapboxsdk.Location.LocationComponentActivationOptions.Builder> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.ToLocalJniHandle(__this.Build()));
 }
コード例 #3
0
            static IntPtr n_LocationComponentOptions_Lcom_mapbox_mapboxsdk_location_LocationComponentOptions_(IntPtr jnienv, IntPtr native__this, IntPtr native_locationComponentOptions)
            {
                global::Com.Mapbox.Mapboxsdk.Location.LocationComponentActivationOptions.Builder __this = global::Java.Lang.Object.GetObject <global::Com.Mapbox.Mapboxsdk.Location.LocationComponentActivationOptions.Builder> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
                global::Com.Mapbox.Mapboxsdk.Location.LocationComponentOptions locationComponentOptions = global::Java.Lang.Object.GetObject <global::Com.Mapbox.Mapboxsdk.Location.LocationComponentOptions> (native_locationComponentOptions, JniHandleOwnership.DoNotTransfer);
                IntPtr __ret = JNIEnv.ToLocalJniHandle(__this.LocationComponentOptions(locationComponentOptions));

                return(__ret);
            }