Search Results for

    Show / Hide Table of Contents

    Interface IArcGISCapabilities

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

    Properties

    | Edit this page View Source

    ServiceUrl

    Declaration
    string ServiceUrl { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    capabilities

    Declaration
    string? capabilities { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    copyrightText

    Declaration
    string? copyrightText { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    currentVersion

    Declaration
    double? currentVersion { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    description

    Declaration
    string? description { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    fullExtent

    Declaration
    Extent? fullExtent { get; set; }
    Property Value
    Type Description
    Extent
    | Edit this page View Source

    initialExtent

    Declaration
    Extent? initialExtent { get; set; }
    Property Value
    Type Description
    Extent
    | Edit this page View Source

    serviceDescription

    Declaration
    string? serviceDescription { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    singleFusedMapCache

    Declaration
    bool singleFusedMapCache { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    tileInfo

    Declaration
    TileInfo? tileInfo { get; set; }
    Property Value
    Type Description
    TileInfo

    Extension Methods

    DisposableExtension.DisposeIfDisposable(object?)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX