PlaceIdSearchCallback (API Reference)
Package com.here.sdk.search
Interface PlaceIdSearchCallback
- 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 will be called on the main thread when a search by id call has been completed.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonPlaceIdSearchCompleted(SearchError searchError, Place place) The method will be called on the main thread when a search by id call has been completed.
-
Method Details
-
onPlaceIdSearchCompleted
The method will be called on the main thread when a search by id call has been completed.
- Parameters:
searchError-The search error.
place-The place.
-