Search Results for

    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

    | Edit this page View Source

    GetFeatureInfo(Viewport, double, double, Action<IDictionary<string, IEnumerable<IFeature>>>)

    Declaration
    void GetFeatureInfo(Viewport viewport, double x, double y, Action<IDictionary<string, IEnumerable<IFeature>>> callback)
    Parameters
    Type Name Description
    Viewport viewport
    double x
    double y
    Action<IDictionary<string, IEnumerable<IFeature>>> callback
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX