On Sat, Apr 11, 2020 at 09:28:51AM -0500, Anil F Duggirala wrote: > On Fri, 2020-04-10 at 17:51 +0300, Reco wrote: > > GeocodeNominatim * > > geocode_nominatim_get_gnome (void) > > { > > GeocodeNominatim *backend; > > > > G_LOCK (backend_nominatim_gnome_lock); > > backend = g_weak_ref_get (&backend_nominatim_gnome); > > if (backend == NULL) { > > backend = geocode_nominatim_new ("https://nominatim.gnome.org > > ", > > "zeesha...@gnome.org"); > > g_weak_ref_set (&backend_nominatim_gnome, backend); > > } > > G_UNLOCK (backend_nominatim_gnome_lock); > > > > return backend; > > } > Could you tell me if this code, by connecting to this service is > getting my location simply by using my IP address?
Why don't you visit that URL in a web browser and see what it says?