onAddressChanged property
Called when reverse-geocoding returns a new address.
Only fired when reverseGeocodingApiKey is provided.
Implementation
final void Function(String address, ReverseGeocodingResponse response)?
onAddressChanged;
Called when reverse-geocoding returns a new address.
Only fired when reverseGeocodingApiKey is provided.
final void Function(String address, ReverseGeocodingResponse response)?
onAddressChanged;