Gjsify LogoGjsify Logo

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 or error).

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.

record

Hierarchy

  • MockBackendQuery

Index

Constructors

Properties

error: GLib.Error

error returned by the query, or %NULL if a result set was returned

field
is_forward: boolean

%TRUE if this represents a call to geocode_forward_search(); %FALSE if it represents a call to geocode_reverse_resolve()

field
params: HashTable<string | number | symbol, string | number | boolean>

query parameters, in the format accepted by geocode_forward_search() (if is_forward is %TRUE) or geocode_reverse_resolve() (otherwise)

field
results: Place[]

results returned by the query, or %NULL if an error was returned

field
name: string

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method