duheng
2024-07-16 e18218195caa7fe3af4efa3cd2e53a53a00d98f7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
namespace Yw.WinFrmUI
{
    /// <summary>
    /// 
    /// </summary>
    public class MapViewMarkerUrlHelper
    {
 
        /// <summary>
        /// 获取 Url
        /// </summary>
        public static string GetUrl()
        {
            return AppDomain.CurrentDomain.BaseDirectory + @"map\gaode\html\view_marker.html";
        }
 
    }
}