At the moment the order of fields when incoming from a geocoder is hard coded to UK - Ireland format (House number then Street in particular). Gecoder module does the European format (Street House number). There's not simple mapping for this https://github.com/commerceguys/addressing/issues/138 but an event could be set up to (a) default format order based on submitted suggestions (b) allow users to tweak it for individual site requirements.
Equally geocoder provides an address service that uses the addressfield postal formatter to flatten the address fields into a string to send to the geocoder. Anecdotally (I've not spent ages testing) this works better with ',' commas between the lines. Rather than a service an event might be nice for this?
At the moment the order of fields when incoming from a geocoder is hard coded to UK - Ireland format (House number then Street in particular). Gecoder module does the European format (Street House number). There's not simple mapping for this https://github.com/commerceguys/addressing/issues/138 but an event could be set up to (a) default format order based on submitted suggestions (b) allow users to tweak it for individual site requirements.
Equally geocoder provides an address service that uses the addressfield postal formatter to flatten the address fields into a string to send to the geocoder. Anecdotally (I've not spent ages testing) this works better with ',' commas between the lines. Rather than a service an event might be nice for this?