|
LuciadCPillar C# 2025.0.09
|
A callback class that is called with the results of a queryFeatures. More...
Public Member Functions | |
| void | HandleFeatures (System.Collections.Generic.IList< Luciad.Maps.MapQueryFeaturesResult > features) |
Implement this method to handle a feature that is returned by the Map.QueryFeatures method. More... | |
A callback class that is called with the results of a queryFeatures.
Map.QueryFeatures | void Luciad.Maps.IMapQueryFeaturesCallback.HandleFeatures | ( | System.Collections.Generic.IList< Luciad.Maps.MapQueryFeaturesResult > | features | ) |
Implement this method to handle a feature that is returned by the Map.QueryFeatures method.
| features | the features to handle. |