PlaceIdSearchCallbackExtended typedef

PlaceIdSearchCallbackExtended = void Function(SearchError? searchError, Place? place, ResponseDetails? responseDetails)

The method will be called on the main thread when a search by id call has been completed.

  • searchError The search error.

  • place The place.

  • responseDetails The response details.

Implementation

typedef PlaceIdSearchCallbackExtended = void Function(SearchError? searchError, Place? place, ResponseDetails? responseDetails);