static int n_GetPoiIndex_Lcom_amap_api_maps2d_model_Marker_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
        {
            global::Com.Amap.Api.Maps2d.Overlay.PoiOverlay __this = global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Maps2d.Overlay.PoiOverlay> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Com.Amap.Api.Maps2d.Model.Marker       p0     = global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Maps2d.Model.Marker> (native_p0, JniHandleOwnership.DoNotTransfer);
            int __ret = __this.GetPoiIndex(p0);

            return(__ret);
        }
 static IntPtr n_GetBitmapDescriptor_I(IntPtr jnienv, IntPtr native__this, int p0)
 {
     global::Com.Amap.Api.Maps2d.Overlay.PoiOverlay __this = global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Maps2d.Overlay.PoiOverlay> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.ToLocalJniHandle(__this.GetBitmapDescriptor(p0)));
 }
 static void n_AddToMap(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Amap.Api.Maps2d.Overlay.PoiOverlay __this = global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Maps2d.Overlay.PoiOverlay> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.AddToMap();
 }
 static IntPtr n_GetTitle_I(IntPtr jnienv, IntPtr native__this, int p0)
 {
     global::Com.Amap.Api.Maps2d.Overlay.PoiOverlay __this = global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Maps2d.Overlay.PoiOverlay> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.NewString(__this.GetTitle(p0)));
 }