Package com.luciad.maps
Interface IMapQueryFeaturesCallback
public interface IMapQueryFeaturesCallback
A callback class that is called with the results of a queryFeatures.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleFeatures
(List<@NotNull MapQueryFeaturesResult> features) Implement this method to handle a feature that is returned by theMap#queryFeatures
method.
-
Method Details
-
handleFeatures
Implement this method to handle a feature that is returned by theMap#queryFeatures
method.- Parameters:
features
- the features to handle.
-