resolve
Description:
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 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 |