Search Results for

    Show / Hide Table of Contents

    Interface ILayerFeatureInfo

    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 ILayerFeatureInfo

    Methods

    | Edit this page View Source

    GetFeatureInfoAsync(Viewport, ScreenPosition)

    Declaration
    Task<IDictionary<string, IEnumerable<IFeature>>> GetFeatureInfoAsync(Viewport viewport, ScreenPosition screenPosition)
    Parameters
    Type Name Description
    Viewport viewport
    ScreenPosition screenPosition
    Returns
    Type Description
    Task<IDictionary<string, IEnumerable<IFeature>>>

    Extension Methods

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