Show / Hide Table of Contents

    Interface IFeatureInfo

    Some data source like WMS allow request for feature info. This is information not available in the primary response such as the WMS image.

    Namespace: Mapsui.Layers
    Assembly: Mapsui.dll
    Syntax
    public interface IFeatureInfo

    Methods

    | Improve this Doc View Source

    GetFeatureInfo(IReadOnlyViewport, Double, Double, Action<IDictionary<String, IEnumerable<IFeature>>>)

    Declaration
    void GetFeatureInfo(IReadOnlyViewport viewport, double x, double y, Action<IDictionary<string, IEnumerable<IFeature>>> callback)
    Parameters
    Type Name Description
    IReadOnlyViewport viewport
    System.Double x
    System.Double y
    System.Action<System.Collections.Generic.IDictionary<System.String, System.Collections.Generic.IEnumerable<IFeature>>> callback
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX