Gets the result of a forward geocoding query using the this.
If no results are found, a geocode_error_no_matches error is returned.
This is a synchronous function, which means it may block on network requests. In most situations, the asynchronous version ( forward_search_async) is more appropriate. See its documentation for more information on usage.
this |
a Backend. |
cancellable |
optional Cancellable, null to ignore. |
params |
a GenericSet with string keys, and Value values. |
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. |