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

Information about a contact address for the service.
Mostra 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_oe property

Contact address
public string Address
return string

AddressType public_oe property

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

City public_oe property

Contact City
public string City
return string

Country public_oe property

Country of contact address
public string Country
return string

PostCode public_oe property

Zipcode of contact
public string PostCode
return string

StateOrProvince public_oe property

State or province of contact
public string StateOrProvince
return string