google_map_location_picker icon indicating copy to clipboard operation
google_map_location_picker copied to clipboard

How we can get area and city from address?

Open kadnan0900 opened this issue 3 years ago • 2 comments

LocationResult result = await showLocationPicker( context, AppStrings.API_KEY, automaticallyAnimateToCurrentLocation: true, myLocationButtonEnabled: true, layersButtonEnabled: true, resultCardAlignment: Alignment.bottomCenter, );

How we can get area and city from result?

kadnan0900 avatar Nov 10 '20 11:11 kadnan0900