Search Results for

    Show / Hide Table of Contents

    Struct Capabilities.WmsContactInformation.ContactAddress

    Information about a contact address for the service.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Mapsui.Providers.Wms
    Assembly: Mapsui.dll
    Syntax
    public struct Capabilities.WmsContactInformation.ContactAddress

    Fields

    | Edit this page View Source

    Address

    Contact address

    Declaration
    public string? Address
    Field Value
    Type Description
    string
    | Edit this page View Source

    AddressType

    Type of address (usually "postal").

    Declaration
    public string? AddressType
    Field Value
    Type Description
    string
    | Edit this page View Source

    City

    Contact City

    Declaration
    public string? City
    Field Value
    Type Description
    string
    | Edit this page View Source

    Country

    Country of contact address

    Declaration
    public string? Country
    Field Value
    Type Description
    string
    | Edit this page View Source

    PostCode

    Zipcode of contact

    Declaration
    public string? PostCode
    Field Value
    Type Description
    string
    | Edit this page View Source

    StateOrProvince

    State or province of contact

    Declaration
    public string? StateOrProvince
    Field Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX