Gets the result of a forward geocoding query using the this.
If no results are found, a NO_MATCHES error is returned.
This is a synchronous function, which means it may block on network requests. In most situations, the asynchronous version (geocode_backend_forward_search_async()) is more appropriate. See its documentation for more information on usage.
this |
a Backend. |
cancellable |
optional Cancellable, |
params |
a GenericSet with string keys, and Value values. |
A list of places or |