QLandmarkProximityFilter Class Reference
The QLandmarkProximityFilter class is used to search for landmarks based on the radius around a given coordinate. More...
#include <QLandmarkProximityFilter>
Inherits QLandmarkFilter.
Public Types
enum | Selection { SelectAll, SelectNearestOnly } |
Public Functions
QLandmarkProximityFilter ( const QGeoCoordinate & coordinate = QGeoCoordinate(), double radius = -1 ) | |
QLandmarkProximityFilter ( const QLandmarkFilter & other ) | |
virtual | ~QLandmarkProximityFilter () |
QGeoCoordinate | coordinate () const |
double | radius () const |
Selection | selection () const |
void | setCoordinate ( const QGeoCoordinate & coordinate ) |
void | setRadius ( double radius ) |
void | setSelection ( Selection selection ) |
- 4 public functions inherited from QLandmarkFilter
Detailed Description
The QLandmarkProximityFilter class is used to search for landmarks based on the radius around a given coordinate.