onAddressChanged property

void Function(String address, ReverseGeocodingResponse response)? onAddressChanged
final

Called when reverse-geocoding returns a new address.

Only fired when reverseGeocodingApiKey is provided.

Implementation

final void Function(String address, ReverseGeocodingResponse response)?
onAddressChanged;