Searched refs:startCoord (Results 1 – 1 of 1) sorted by relevance
1203 QGeoCoordinate startCoord = m_declarativeMap->toCoordinate(m_sceneStartPoint1, false); in startOneTouchPoint() local1205 m_startCoord.setLongitude(m_startCoord.longitude() + startCoord.longitude() - in startOneTouchPoint()1207 m_startCoord.setLatitude(m_startCoord.latitude() + startCoord.latitude() - in startOneTouchPoint()1230 QGeoCoordinate startCoord = m_declarativeMap->toCoordinate(startPos, false); in startTwoTouchPoints() local1231 m_startCoord.setLongitude(m_startCoord.longitude() + startCoord.longitude() - in startTwoTouchPoints()1233 m_startCoord.setLatitude(m_startCoord.latitude() + startCoord.latitude() - in startTwoTouchPoints()