Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqlocationutils_p.h239 inline static double mercatorMaxLatitude() in mercatorMaxLatitude() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativecirclemapitem.cpp174 const double topLati = QLocationUtils::mercatorMaxLatitude(); in updateScreenPointsInvert()
175 const double bottomLati = -(QLocationUtils::mercatorMaxLatitude()); in updateScreenPointsInvert()
H A Dqquickgeomapgesturearea.cpp1845 …ndCoordinate.setLatitude(QLocationUtils::clipLat(latitude, QLocationUtils::mercatorMaxLatitude())); in startFlick()