Ejemplo n.º 1
0
 public void Activate(global::Android.Gms.Maps.ILocationSourceOnLocationChangedListener p0)
 {
     if (id_activate_Lcom_google_android_gms_maps_LocationSource_OnLocationChangedListener_ == IntPtr.Zero)
     {
         id_activate_Lcom_google_android_gms_maps_LocationSource_OnLocationChangedListener_ = JNIEnv.GetMethodID(class_ref, "activate", "(Lcom/google/android/gms/maps/LocationSource$OnLocationChangedListener;)V");
     }
     JNIEnv.CallVoidMethod(Handle, id_activate_Lcom_google_android_gms_maps_LocationSource_OnLocationChangedListener_, new JValue(p0));
 }
Ejemplo n.º 2
0
 static void n_OnLocationChanged_Landroid_location_Location_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Android.Gms.Maps.ILocationSourceOnLocationChangedListener __this = global::Java.Lang.Object.GetObject <global::Android.Gms.Maps.ILocationSourceOnLocationChangedListener> (native__this, JniHandleOwnership.DoNotTransfer);
     global::Android.Locations.Location p0 = global::Java.Lang.Object.GetObject <global::Android.Locations.Location> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.OnLocationChanged(p0);
 }
Ejemplo n.º 3
0
 static void n_Activate_Lcom_google_android_gms_maps_LocationSource_OnLocationChangedListener_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Android.Gms.Maps.ILocationSource __this = global::Java.Lang.Object.GetObject <global::Android.Gms.Maps.ILocationSource> (native__this, JniHandleOwnership.DoNotTransfer);
     global::Android.Gms.Maps.ILocationSourceOnLocationChangedListener p0 = global::Java.Lang.Object.GetObject <global::Android.Gms.Maps.ILocationSourceOnLocationChangedListener> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.Activate(p0);
 }