Class (GI Struct)

GeocodeGlib-2.0GeocodeGlibMockBackendQuerySince 3.23.1

The details of a forward or reverse query which was performed on a GeocodeGlib.MockBackend by application code. This includes the input (params, is_forward), and the output which was returned (results or error).

Empty result sets are represented by the GeocodeGlib.Error.NO_MATCHES error (for forward queries) or the GeocodeGlib.Error.NOT_SUPPORTED error (for reverse queries), rather than an empty results list.

3.23.1

Index

Constructors

Properties

Constructors

Properties

error: GLib.Error
is_forward: boolean
results: GeocodeGlib.Place[]