PlaceIdSearchCallback typedef - search library - Dart API
PlaceIdSearchCallback
PlaceIdSearchCallback typedef
The method will be called on the main thread when a search by id call has been completed.
-
searchErrorThe search error. -
placeThe place.
Implementation
typedef PlaceIdSearchCallback = void Function(SearchError? searchError, Place? place);