#GeocodeNominatim allows derived classes to override its query functions,
which are called for each network request the Nominatim client makes. All
network requests are GETs with no request body; just a URI. The default
implementation makes the requests internally, but derived classes may want
to override these queries to check the URIs for testing, for example.
Applications should not normally have to derive #GeocodeNominatim; these
virtual methods are mainly intended for testing.
#GeocodeNominatim allows derived classes to override its query functions, which are called for each network request the Nominatim client makes. All network requests are
GET
s with no request body; just a URI. The default implementation makes the requests internally, but derived classes may want to override these queries to check the URIs for testing, for example.Applications should not normally have to derive #GeocodeNominatim; these virtual methods are mainly intended for testing.