onLocationSuggestionSelected property

dynamic Function(LocationPrediction)? onLocationSuggestionSelected
final

Callback function triggered when a location is selected from autofill suggestions

Implementation

final Function(LocationPrediction)? onLocationSuggestionSelected;