]> git.openstreetmap.org Git - nominatim.git/commitdiff
unify address details lookup
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 10 Jul 2018 21:38:27 +0000 (23:38 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 10 Jul 2018 21:54:35 +0000 (23:54 +0200)
Introduces new AddressDetails class which is responsible
for address lookups. Saves always the complete result
and then allows filtering throught the different access
function. Remove special handling in Geocode() and use
there the lookup throught PlaceLookup() as well.


No differences found