error returned by the query, or %NULL if a result set was returned
%TRUE if this represents a call to geocode_forward_search(); %FALSE if it represents a call to geocode_reverse_resolve()
query parameters, in the format accepted by geocode_forward_search()
(if is_forward
is %TRUE) or geocode_reverse_resolve() (otherwise)
results returned by the query, or %NULL if an error was returned
The details of a forward or reverse query which was performed on a #GeocodeMockBackend by application code. This includes the input (
params,
is_forward)
, and the output which was returned (results
orerror)
.Empty result sets are represented by the %GEOCODE_ERROR_NO_MATCHES error (for forward queries) or the %GEOCODE_ERROR_NOT_SUPPORTED error (for reverse queries), rather than an empty
results
list.