google_map_location_picker icon indicating copy to clipboard operation
google_map_location_picker copied to clipboard

City/Country

Open linderjohn89 opened this issue 6 years ago • 1 comments

There is no good way of getting the city or country from the location result. Something on the way or have I missed something?

linderjohn89 avatar Feb 04 '20 03:02 linderjohn89

You could use the lat and lng to get the country and the city

or you could add it to the library and make a PR here is a good place to start https://github.com/humazed/google_map_location_picker/blob/40a42a9f3528c78b50812a64964d8291d4994852/lib/src/map.dart#L256

humazed avatar Feb 05 '20 05:02 humazed