W3WSearchCallback typedef

W3WSearchCallback = void Function(W3WSearchError? searchError, W3WSquare? square)

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

  • searchError The w3w search error.

  • square The w3w square.

Implementation

typedef W3WSearchCallback = void Function(W3WSearchError? searchError, W3WSquare? square);