From 1a12ef2743134f7fdea6d0abbfec34543b85bdb5 Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期一, 12 八月 2024 09:13:36 +0800
Subject: [PATCH] 资产界面增加vmo层

---
 WinFrmUI/Yw.WinFrmUI.Map.Core/00-core/MapUrlHelper.cs |   44 ++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 44 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
new file mode 100644
index 0000000..7990065
--- /dev/null
+++ b/WinFrmUI/Yw.WinFrmUI.Map.Core/00-core/MapUrlHelper.cs
@@ -0,0 +1,44 @@
+锘縩amespace Yw.WinFrmUI
+{
+    /// <summary>
+    /// 
+    /// </summary>
+    internal class MapUrlHelper
+    {
+
+        /// <summary>
+        /// 鏌ョ湅鏍囪url
+        /// </summary>
+        public static string ViewMarkerUrl
+        {
+            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