Interface W3WSearchCallback

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface W3WSearchCallback

The method that will be called on the main thread when a search operation in W3WSearchEngine has been completed.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The method that will be called on the main thread when a search operation in W3WSearchEngine has been completed.
  • Method Details

    • onW3WSearchCompleted

      void onW3WSearchCompleted(@Nullable W3WSearchError searchError, @Nullable W3WSquare square)

      The method that will be called on the main thread when a search operation in W3WSearchEngine has been completed.

      Parameters:
      searchError -

      The w3w search error.

      square -

      The w3w square.