Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqgeomapitemgeometry.cpp134 double halfGeoDist = toCoord.longitude() - fromCoord.longitude(); in geoDistanceToScreenWidth() local
136 halfGeoDist += 360; in geoDistanceToScreenWidth()
137 halfGeoDist /= 2.0; in geoDistanceToScreenWidth()
139 QLocationUtils::wrapLong(mapMid.longitude() + halfGeoDist)); in geoDistanceToScreenWidth()