Searched refs:wheelGeoPos (Results 1 – 1 of 1) sorted by relevance
1002 const QGeoCoordinate &wheelGeoPos = m_declarativeMap->toCoordinate(event->position(), false); in handleWheelEvent() local1010 m_declarativeMap->setBearing(m_declarativeMap->bearing() + bearingDelta, wheelGeoPos); in handleWheelEvent()1024 const QPointF &postZoomPoint = m_declarativeMap->fromCoordinate(wheelGeoPos, false); in handleWheelEvent()1027 m_declarativeMap->alignCoordinateToPoint(wheelGeoPos, preZoomPoint); in handleWheelEvent()