Esempio n. 1
0
        public MapDownloader()
        {
            InitializeComponent();

            mapControl.MapProvider = GMap.NET.MapProviders.GMapProviders.GoogleChinaMap;
            mapControl.MinZoom = 1;
            mapControl.MaxZoom = 18;
            mapControl.Zoom = 5;

            mapInterface = new Core.MapInterface(mapControl);
        }
Esempio n. 2
0
        public MapDownloader()
        {
            InitializeComponent();

            mapControl.MapProvider = GMap.NET.MapProviders.GMapProviders.GoogleChinaMap;
            mapControl.MinZoom     = 1;
            mapControl.MaxZoom     = 18;
            mapControl.Zoom        = 5;

            mapInterface = new Core.MapInterface(mapControl);
        }