set_backend
Description:
[
Version ( since =
"3.23.1" ) ]
public void set_backend (
Backend? backend)
Specifies the backend to use in the reverse geocoding operation.
If none is given, the default GNOME Nominatim server is used.
Parameters:
this |
a Reverse representing a query
|
backend |
a Backend, or null to use the default one.
|