WinFrmUI/Yw.WinFrmUI.Map.Core/03-SetSimpleMarker/MapSetSimpleMarkerContainer.cs
@@ -1,5 +1,5 @@ using System.ComponentModel.DataAnnotations; using System.ComponentModel; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using Yw.Model.Map; namespace Yw.WinFrmUI @@ -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 边框