/// <summary> Constructor for a new instance of the Item_Aggregation_Map_Coverage_Info class </summary>
 /// <param name="Type"> Type of map coverage, related to the coordinates and zoom ( i.e., fixed, computed, zoom to extent ) </param>
 /// <param name="ZoomLevel"> Google Maps zoom level for this display </param>
 /// <param name="Longitude"> Longitude for the center of the map to display </param>
 /// <param name="Latitude"> Latitude for the center of the map to display </param>
 public Item_Aggregation_Map_Coverage_Info(Item_Aggregation_Map_Coverage_Type_Enum Type, int ZoomLevel, decimal Longitude, decimal Latitude)
 {
     this.Type      = Type;
     this.ZoomLevel = ZoomLevel;
     this.Longitude = Longitude;
     this.Latitude  = Latitude;
 }
 /// <summary> Constructor for a new instance of the Item_Aggregation_Map_Coverage_Info class </summary>
 /// <param name="Type"> Type of map coverage, related to the coordinates and zoom ( i.e., fixed, computed, zoom to extent ) </param>
 /// <param name="ZoomLevel"> Google Maps zoom level for this display </param>
 /// <param name="Longitude"> Longitude for the center of the map to display </param>
 /// <param name="Latitude"> Latitude for the center of the map to display </param>
 public Item_Aggregation_Map_Coverage_Info(Item_Aggregation_Map_Coverage_Type_Enum Type, int ZoomLevel, decimal Longitude, decimal Latitude)
 {
     this.Type = Type;
     this.ZoomLevel = ZoomLevel;
     this.Longitude = Longitude;
     this.Latitude = Latitude;
 }
 /// <summary> Constructor for a new instance of the Item_Aggregation_Map_Coverage_Info class </summary>
 /// <param name="Type"> Type of map coverage, related to the coordinates and zoom ( i.e., fixed, computed, zoom to extent ) </param>
 public Item_Aggregation_Map_Coverage_Info(Item_Aggregation_Map_Coverage_Type_Enum Type)
 {
     this.Type = Type;
 }
 /// <summary> Constructor for a new instance of the Item_Aggregation_Map_Coverage_Info class </summary>
 /// <param name="Type"> Type of map coverage, related to the coordinates and zoom ( i.e., fixed, computed, zoom to extent ) </param>
 public Item_Aggregation_Map_Coverage_Info(Item_Aggregation_Map_Coverage_Type_Enum Type)
 {
     this.Type = Type;
 }