From c05a2c01b679d96b430079835482b0df20680813 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期二, 13 八月 2024 14:56:44 +0800 Subject: [PATCH] 提交 --- WinFrmUI/Yw.WinFrmUI.Map.Core/00-core/MapUrlHelper.cs | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Map.Core/00-core/MapUrlHelper.cs b/WinFrmUI/Yw.WinFrmUI.Map.Core/00-core/MapUrlHelper.cs index df2d685..7990065 100644 --- a/WinFrmUI/Yw.WinFrmUI.Map.Core/00-core/MapUrlHelper.cs +++ b/WinFrmUI/Yw.WinFrmUI.Map.Core/00-core/MapUrlHelper.cs @@ -28,5 +28,17 @@ } } + + /// <summary> + /// 绠�鍗曡缃爣璁皍rl + /// </summary> + public static string SetSimpleMarkerUrl + { + get + { + return AppDomain.CurrentDomain.BaseDirectory + @"map\gaode\html\SetSimpleMarker.html"; + } + } + } } -- Gitblit v1.9.3