Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqquickgeomapgesturearea.cpp1826 QGeoCoordinate animationEndCoordinate = m_declarativeMap->center(); in startFlick() local
1844 animationEndCoordinate.setLongitude(QLocationUtils::wrapLong(longitude)); in startFlick()
1845animationEndCoordinate.setLatitude(QLocationUtils::clipLat(latitude, QLocationUtils::mercatorMaxLa… in startFlick()
1848 m_flick.m_animation->setTo(animationEndCoordinate); in startFlick()