Interface GLSearch.ResultsCallback

Enclosing class:
GLSearch

public static interface GLSearch.ResultsCallback
Callback that provides information for custom objects for search. This information is used to sort results and accepts the result of a search.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the search is finished.
  • Method Details

    • onResults

      void onResults(@Nullable GLMapVectorObjectList objects)
      Called when the search is finished.
      Parameters:
      objects - result of search, or null on failure