public MG_Map() { mapCount++; this.MapName = "Map_" + mapCount.ToString(); this.MapPath = null; this.MapExtent = new MG_MapExtent(); this.LayerSet = new MG_LayerSet(); this.ZoomHistory = new MG_ZoomHistory(); this.CurrentZoomIndex = -1; this.MapView = null; }