search


Description:

public List<Place> search () throws Error

Gets the result of a forward geocoding query using the current backend (see set_backend).

By default the GNOME Nominatim server is used. See Backend for more information.

If no results are found, a NO_MATCHES error is returned.

Parameters:

this

a Forward representing a query

Returns:

A list of places or null in case of errors. Free the returned instances with unref and the list with g_list_free when done.