当前位置: 代码迷 >> C# >> G地图.net开发winformmap
  详细解决方案

G地图.net开发winformmap

热度:6353   发布时间:2013-02-25 00:00:00.0
Gmap.net开发winform地图
我最近想用winform做一个离线地图,看了下Gmap.net,把控件gMapControl拉到窗体上之后怎么连接地图?
               //设置控件的管理模式  
            this.gMapControl1.Manager.Mode = AccessMode.ServerAndCache;
            //设置控件显示的地图来源  
            this.gMapControl1.MapProvider = GMapProviders.GoogleChinaMap;
            //设置控件显示的当前中心位置  
            //31.7543, 121.6281  
            this.gMapControl1.Position = new PointLatLng(31.7543, 121.6281);
在网上找了一些资料都没有确切的答复,有没有做过的请指导一下,非常感谢!
Gmap.net c# .net winform 地图

------解决方案--------------------------------------------------------
做等大神回复
  相关解决方案