aloisdeniel / flutter_geocoder

Flutter plugin for forward and reverse geocoding
MIT License
186 stars 174 forks source link

Individual address line #41

Open matanshukry opened 4 years ago

matanshukry commented 4 years ago

Currently all address lines are concatenated together (separated by ", ") and then passed back. To get individual parts, one need to split the result text.

Please just pass them individually. If needed, the user of the library can concat the parts him self.