libosmscout 0.1
|
Visitor that gets called for every location found in the given area. More...
#include <Location.h>
Inherited by osmscout::LocationByNameCollectorVisitor, osmscout::LocationNameByPathCollectorVisitor, osmscout::LocationReverseLookupVisitor, and osmscout::LocationSearchVisitor.
Public Member Functions | |
virtual bool | Visit (const AdminRegion &adminRegion, const PostalArea &postalArea, const Location &location)=0 |
virtual | ~LocationVisitor ()=default |
Visitor that gets called for every location found in the given area.
It is the task of the visitor to decide if a locations matches the given criteria.
|
virtualdefault |
|
pure virtual |