16 #ifndef QGSPOINTLOCATORINITTASK_H 
   17 #define QGSPOINTLOCATORINITTASK_H 
   36 class QgsPointLocatorInitTask : 
public QgsTask 
   47     bool isBuildOK() 
const;
 
   54     bool mBuildOK = 
false;
 
The class defines interface for querying point location:
Abstract base class for long running background tasks.
virtual bool run()=0
Performs the task's operation.