C# 클래스 Mapsui.Providers.Wms.Capabilities.WmsContactInformation.ContactAddress

Information about a contact address for the service.
파일 보기 프로젝트 열기: pauldendulk/Mapsui

공개 프로퍼티들

프로퍼티 타입 설명
Address string
AddressType string
City string
Country string
PostCode string
StateOrProvince string

프로퍼티 상세

Address 공개적으로 프로퍼티

Contact address
public string Address
리턴 string

AddressType 공개적으로 프로퍼티

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

City 공개적으로 프로퍼티

Contact City
public string City
리턴 string

Country 공개적으로 프로퍼티

Country of contact address
public string Country
리턴 string

PostCode 공개적으로 프로퍼티

Zipcode of contact
public string PostCode
리턴 string

StateOrProvince 공개적으로 프로퍼티

State or province of contact
public string StateOrProvince
리턴 string