C# Class Mapsui.Providers.Wms.Capabilities.WmsContactInformation.ContactAddress

Information about a contact address for the service.
Show file Open project: pauldendulk/Mapsui

Public Properties

Property Type Description
Address string
AddressType string
City string
Country string
PostCode string
StateOrProvince string

Property Details

Address public property

Contact address
public string Address
return string

AddressType public property

Type of address (usually "postal").
public string AddressType
return string

City public property

Contact City
public string City
return string

Country public property

Country of contact address
public string Country
return string

PostCode public property

Zipcode of contact
public string PostCode
return string

StateOrProvince public property

State or province of contact
public string StateOrProvince
return string