3void GoogleMapProvider::_getSecGoogleWords(
int x,
int y, QString& sec1, QString& sec2)
const
5 sec1 = QStringLiteral(
"");
6 sec2 = QStringLiteral(
"");
7 const int seclen = ((x * 3) + y) % 8;
8 sec2 = _secGoogleWord.left(seclen);
9 if ((y >= 10000) && (y < 100000)) {
10 sec1 = QStringLiteral(
"&s=");
14QString GoogleMapProvider::_getURL(
int x,
int y,
int zoom)
const
18 _getSecGoogleWords(x, y, sec1, sec2);
21 .arg(_versionRequest, _version,
_language)
int _getServerNum(int x, int y, int max) const