Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeopath_p.h89 const QGeoCoordinate &geoTo = m_path.at(i); in computeBBox() local
91 double longiTo = geoTo.longitude(); in computeBBox()
109 if (geoTo.latitude() > m_maxLati) in computeBBox()
110 m_maxLati = geoTo.latitude(); in computeBBox()
111 if (geoTo.latitude() < m_minLati) in computeBBox()
112 m_minLati = geoTo.latitude(); in computeBBox()
148 const QGeoCoordinate &geoTo = m_path.last(); in updateBBox() local
150 double longiTo = geoTo.longitude(); in updateBBox()
165 currentMinLongi = geoTo.longitude(); in updateBBox()
169 currentMaxLongi = geoTo.longitude(); in updateBBox()
[all …]