PlaceIdSearchCallbackExtended typedef
The method will be called on the main thread when a search by id call has been completed.
-
searchErrorThe search error. -
placeThe place. -
responseDetailsThe response details.
Implementation
typedef PlaceIdSearchCallbackExtended = void Function(SearchError? searchError, Place? place, ResponseDetails? responseDetails);