dRonin  adbada4
dRonin GCS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Groups Pages
core Namespace Reference

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)
 

Detailed Description

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.