nfig.php'' or with ''acf_osm_address_format'' WP filter.
Geocode results format are set with translat...
<code php>
define('ACF_OSM_I18N_ADDR_STREET','{building} {house_number} {road}');
define('ACF_OSM_I18N_ADDR_CITY','{village} {town} {city}');
define('ACF_OSM_I18N_ADDR_COUNTRY','');
</code>
Or with a filter in ''functions.php'' or somewhere else :
<cod