humazed / google_map_location_picker

🌍 Map location picker component for flutter Based on google_maps_flutter
Apache License 2.0
206 stars 308 forks source link

Is there any way to display Address of the location after selection in Text and not display longitude and latitude? #45

Closed HinnaRutaba closed 4 years ago

humazed commented 4 years ago

You could use result.address

https://github.com/humazed/google_map_location_picker/blob/master/example/lib/main.dart#L50

HinnaRutaba commented 4 years ago

It worked! Thanks!