Home
last modified time | relevance | path

Searched refs:mapScheme (Results 1 – 1 of 1) sorted by relevance

/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/plugins/geoservices/nokia/
H A Dqgeotilefetcher_nokia.cpp69 bool isAerialType(const QString mapScheme) in isAerialType() argument
71 …return mapScheme.startsWith("satellite") || mapScheme.startsWith("hybrid") || mapScheme.startsWith… in isAerialType()
136 const QString mapScheme = m_engineNokia->getScheme(spec.mapId()); in getRequestString() local
137 if (isAerialType(mapScheme)) in getRequestString()
143 requestString += mapScheme; in getRequestString()