location_picker_flutter_map icon indicating copy to clipboard operation
location_picker_flutter_map copied to clipboard

Need to customize address results format

Open FabriceACohen opened this issue 11 months ago • 0 comments

Hello,

First I wanted to tell you that you have done a great job with this project. You thought of letting us a lot of customization which is great.

The big this I am missing is the possibility to customize the nominatim fields I want to show in the results. Now you are using the 'display_name' field as returned by the server. And it is a bit confusing for the user. It would be great to be able to provide a String like "[road], [city], [postcode]" to specify the fields needed and the foratting needed. Or any other way List<String> for the list of parameters needed and a separator...

Thanks,

FabriceACohen avatar Nov 26 '24 14:11 FabriceACohen