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 SourceGetFeatureInfoAsync(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>>> |