ACF’s Google Map field via Oxygen’s Builder Google Maps element
Trying to add this but it not working. The error getting.
Google Maps Platform rejected your request. Invalid request. Invalid ‘q’ parameter.
Tried creating a function to retrieve the value but it seems not to working.
function get_raw_field( $field ) {
$map_location = get_field( $field );
return $map_location['address'];
}
ANY HELP WOULD BE HIGHLY APPRECIATED.
Thanks