Overpass query:
show query
–
Overpass Turbo
[timeout:300][out:json];
(
node(around:1000,48.88473,9.78773)[indoor][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,48.88473,9.78773)[indoor][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,48.88473,9.78773)[indoor][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,48.88473,9.78773)[landuse=farmyard][name];
way(around:1000,48.88473,9.78773)[landuse=farmyard][name];
rel(around:1000,48.88473,9.78773)[landuse=farmyard][name];
node(around:1000,48.88473,9.78773)[place=farm][name];
way(around:1000,48.88473,9.78773)[place=farm][name];
rel(around:1000,48.88473,9.78773)[place=farm][name];
node(around:1000,48.88473,9.78773)["place"="isolated_dwelling"][name];
way(around:1000,48.88473,9.78773)["place"="isolated_dwelling"][name];
rel(around:1000,48.88473,9.78773)["place"="isolated_dwelling"][name];
node(around:1000,48.88473,9.78773)[place=neighbourhood][name];
way(around:1000,48.88473,9.78773)[place=neighbourhood][name];
rel(around:1000,48.88473,9.78773)[place=neighbourhood][name];
node(around:1000,48.88473,9.78773)[place=suburb][name];
way(around:1000,48.88473,9.78773)[place=suburb][name];
rel(around:1000,48.88473,9.78773)[place=suburb][name];
);
out center tags;