W3WSearchCallback (API Reference)
Package com.here.sdk.search
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.
The method that will be called on the main thread when a search operation in W3WSearchEngine
has been completed.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonW3WSearchCompleted(W3WSearchError searchError, W3WSquare square) The method that will be called on the main thread when a search operation inW3WSearchEnginehas been completed.
-
Method Details
-
onW3WSearchCompleted
The method that will be called on the main thread when a search operation in
W3WSearchEnginehas been completed.- Parameters:
searchError-The w3w search error.
square-The w3w square.
-