static void n_StartAssistantLocation_Landroid_webkit_WebView_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Amap.Api.Location.ILocationManagerBase __this = global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Location.ILocationManagerBase> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Android.Webkit.WebView p0 = global::Java.Lang.Object.GetObject <global::Android.Webkit.WebView> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.StartAssistantLocation(p0);
 }
 static void n_StartAssistantLocation(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Amap.Api.Location.ILocationManagerBase __this = global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Location.ILocationManagerBase> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.StartAssistantLocation();
 }