pub fn eval_geo_function(name: &str, args: &[Value]) -> Option<Value>
Try to evaluate a geo/spatial function. Returns Some(result) if the function name matched, None if unrecognized (caller falls through).
Some(result)
None