Show / Hide Table of Contents

    Interface IArcGISCapabilities

    Namespace: Mapsui.Providers.ArcGIS
    Assembly: Mapsui.dll
    Syntax
    public interface IArcGISCapabilities

    Properties

    | Improve this Doc View Source

    capabilities

    Declaration
    string capabilities { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    copyrightText

    Declaration
    string copyrightText { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    currentVersion

    Declaration
    string currentVersion { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    description

    Declaration
    string description { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    fullExtent

    Declaration
    Extent fullExtent { get; set; }
    Property Value
    Type Description
    Extent
    | Improve this Doc View Source

    initialExtent

    Declaration
    Extent initialExtent { get; set; }
    Property Value
    Type Description
    Extent
    | Improve this Doc View Source

    serviceDescription

    Declaration
    string serviceDescription { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ServiceUrl

    Declaration
    string ServiceUrl { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    singleFusedMapCache

    Declaration
    bool singleFusedMapCache { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    tileInfo

    Declaration
    TileInfo tileInfo { get; set; }
    Property Value
    Type Description
    TileInfo
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX