From 97e1e604737e70a9df2e83897d3bbf68292d0d72 Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期四, 19 十二月 2024 20:21:52 +0800 Subject: [PATCH] 代码修改 --- WinFrmUI/Yw.WinFrmUI.Map.Core/00-core/MapUrlHelper.cs | 34 +++++++++++++++++++++++++++++++--- 1 files changed, 31 insertions(+), 3 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Map.Core/00-core/MapUrlHelper.cs b/WinFrmUI/Yw.WinFrmUI.Map.Core/00-core/MapUrlHelper.cs index 0b7ac8f..7990065 100644 --- a/WinFrmUI/Yw.WinFrmUI.Map.Core/00-core/MapUrlHelper.cs +++ b/WinFrmUI/Yw.WinFrmUI.Map.Core/00-core/MapUrlHelper.cs @@ -3,14 +3,42 @@ /// <summary> /// /// </summary> - public class MapUrlHelper + internal class MapUrlHelper { + /// <summary> - /// 鏌ョ湅鐐� + /// 鏌ョ湅鏍囪url /// </summary> public static string ViewMarkerUrl { - get { return AppDomain.CurrentDomain.BaseDirectory + @"map\gaode\html\ViewMarker.html"; } + get + { + return AppDomain.CurrentDomain.BaseDirectory + @"map\gaode\html\ViewMarker.html"; + } } + + /// <summary> + /// 璁剧疆鏍囪url + /// </summary> + public static string SetMarkerUrl + { + get + { + return AppDomain.CurrentDomain.BaseDirectory + @"map\gaode\html\SetMarker.html"; + } + } + + + /// <summary> + /// 绠�鍗曡缃爣璁皍rl + /// </summary> + public static string SetSimpleMarkerUrl + { + get + { + return AppDomain.CurrentDomain.BaseDirectory + @"map\gaode\html\SetSimpleMarker.html"; + } + } + } } -- Gitblit v1.9.3