libosmscout  1.1.1
Public Attributes | List of all members
osmscout::TileCacheKey Struct Reference

#include <libosmscout-client-qt/include/osmscout/TileCache.h>

Public Attributes

uint32_t zoomLevel
 
uint32_t xtile
 
uint32_t ytile
 

Detailed Description

The key type of a QMap must provide operator<()

The key type of a QHash must provide operator==() and a global hash function called qHash() (see qHash).

Member Data Documentation

◆ xtile

uint32_t osmscout::TileCacheKey::xtile

◆ ytile

uint32_t osmscout::TileCacheKey::ytile

◆ zoomLevel

uint32_t osmscout::TileCacheKey::zoomLevel

The documentation for this struct was generated from the following file: