function hook_geocode_address_string_alter in Geocoder 8.3
Alter the Address String to Geocode.
Allow others modules to adjust the address string.
Parameters
string $address_string: The address string to geocode.
1 invocation of hook_geocode_address_string_alter()
- Geocoder::geocode in src/
Geocoder.php - Geocodes a string.
File
- ./
geocoder.api.php, line 16 - API documentation for Geocoder module.
Code
function hook_geocode_address_string_alter(string &$address_string) {
// Make custom alterations to adjust the address string.
}