Interface IMapQueryFeaturesCallback


public interface IMapQueryFeaturesCallback
A callback class that is called with the results of a queryFeatures.
See Also:
  • Method Details Link icon

    • handleFeatures Link icon

      void handleFeatures(@NotNull List<@NotNull MapQueryFeaturesResult> features)
      Implement this method to handle a feature that is returned by the Map#queryFeatures method.
      Parameters:
      features - the features to handle.