QGIS API Documentation
3.18.1-Zürich (202f1bf7e5)
|
a helper class for ordering tile requests according to the distance from view center More...
Public Member Functions | |
bool | operator() (const QgsTileXYZ &req1, const QgsTileXYZ &req2) |
Public Attributes | |
QPointF | center |
Center in tile matrix (!) coordinates. More... | |
a helper class for ordering tile requests according to the distance from view center
Definition at line 149 of file qgsvectortileutils.cpp.
|
inline |
Definition at line 152 of file qgsvectortileutils.cpp.
QPointF LessThanTileRequest::center |
Center in tile matrix (!) coordinates.
Definition at line 151 of file qgsvectortileutils.cpp.