resolve


Description:

public Place resolve () throws Error

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

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

If no result could be found, a geocode_error_not_supported error will be returned. This typically happens if the coordinates to geocode are in the middle of the ocean.

Parameters:

this

a Reverse representing a query

Returns:

A Place instance, or null in case of errors. Free the returned instance with unref() when done.