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