Map tile request. More...
#include <maptilerequest.h>
Public Member Functions | |
MapTileRequest (QUrl url) | |
Constructor. | |
Public Attributes | |
bool | cacheChecked |
Is this request already checked from the cache. | |
QUrl | url |
URL. |
Map tile request.
MapTileRequest::MapTileRequest | ( | QUrl | url | ) |
Constructor.
Does set cacheChecked to false
url | URL of the requested image |