search
Description:
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 geocode_error_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. |