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