dRonin
adbada4
dRonin GCS
|
Classes | |
class | AccessMode |
class | AllLayersOfType |
class | Cache |
class | CacheItemQueue |
class | GeoCoderStatusCode |
class | KiberTileCache |
class | LanguageType |
class | MapType |
class | MemoryCache |
struct | Point |
class | ProviderStrings |
class | PureImageProxy |
class | PureImageCache |
class | RawTile |
struct | Size |
class | TileCacheQueue |
class | TLMaps |
class | UrlFactory |
Functions | |
quint64 | qHash (Point const &point) |
bool | operator== (Point const &lhs, Point const &rhs) |
bool | operator!= (Point const &lhs, Point const &rhs) |
uint | qHash (RawTile const &tile) |
bool | operator== (RawTile const &lhs, RawTile const &rhs) |
For the most part, points are referenced in quadtiles. Due to integer overflow issues, the integers must be 64-bits in order to allow for proper operation of quadtile zoom levels greater than 22.
For the most part, size is referenced in quadtiles. Due to integer overflow issues, the integers must be 64-bits in order to allow for proper operation of quadtile zoom levels greater than 22.