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