Search Results for

    Show / Hide Table of Contents

    Class FeatureInfo

    Inheritance
    object
    FeatureInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Providers.Wms
    Assembly: Mapsui.dll
    Syntax
    public class FeatureInfo

    Properties

    | Edit this page View Source

    FeatureInfos

    Declaration
    public List<Dictionary<string, string>>? FeatureInfos { get; set; }
    Property Value
    Type Description
    List<Dictionary<string, string>>
    | Edit this page View Source

    LayerName

    Declaration
    public string? LayerName { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX