QGeoView
1.0
QGeoView documentation
|
Public Member Functions | |
GeoTilePos (int zoom, const QPoint &pos) | |
GeoTilePos (const GeoTilePos &other) | |
GeoTilePos (const GeoTilePos &&other) | |
GeoTilePos & | operator= (const GeoTilePos &other) |
GeoTilePos & | operator= (const GeoTilePos &&other) |
bool | operator< (const GeoTilePos &other) const |
int | zoom () const |
QPoint | pos () const |
bool | contains (const GeoTilePos &other) const |
GeoTilePos | parent (int parentZoom) const |
GeoRect | toGeoRect () const |
QString | toQuadKey () const |
Static Public Member Functions | |
static GeoTilePos | geoToTilePos (int zoom, const GeoPos &geoPos) |