MapAround.Web.Wms.WmsServiceDescription.WmsServiceDescription C# (CSharp) Method

WmsServiceDescription() public method

Initializes a new instance of the MapAround.Web.Wms.WmsServiceDescription.
public WmsServiceDescription ( string title, string onlineResource ) : MapAround.Geometry
title string Mandatory Human-readable title for pick lists
onlineResource string Top-level web address of service or service provider.
return MapAround.Geometry
        public WmsServiceDescription(string title, string onlineResource):base(title,onlineResource)
        {
           
            BoundingBox = null;
        }
    }
WmsServiceDescription