duheng
2025-03-01 3fa53a1e9e6e320ecdf15c7a633b0c4a1ad41c34
WinFrmUI/Yw.WinFrmUI.Map.Core/03-SetSimpleMarker/MapSetSimpleMarkerContainer.cs
@@ -88,6 +88,18 @@
            return await this.webViewControl1.EvaluateScriptAsync<bool>("loadMarker", marker);
        }
        /// <summary>
        /// 查询地址
        /// </summary>
        public async Task SearchAddress()
        {
            if (!this.IsInitialized)
            {
                return;
            }
            await this.webViewControl1.EvaluateScriptAsync("searchAddress()");
        }
        #region 边框