Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqgeosimplify.cpp84 const QGeoCoordinate closest = QWebMercator::mercatorToCoord(intersection); in closestPoint()
143 return QWebMercator::mercatorToCoord(a).distanceTo( in getDist()
144 QWebMercator::mercatorToCoord(b)); in getDist()
200 return QWebMercator::mercatorToCoord(p); in unwrappedToGeo()
H A Dqdeclarativepolygonmapitem.cpp345 geopath.append(QWebMercator::mercatorToCoord(c)); in updateSourcePoints()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqwebmercator.cpp70 QGeoCoordinate QWebMercator::mercatorToCoord(const QDoubleVector2D &mercator) in mercatorToCoord() function in QWebMercator
130 QGeoCoordinate result = QWebMercator::mercatorToCoord(QDoubleVector2D(x, y)); in coordinateInterpolation()
H A Dqwebmercator_p.h66 static QGeoCoordinate mercatorToCoord(const QDoubleVector2D &mercator);
H A Dqgeopath.cpp519 QGeoCoordinate closest = QWebMercator::mercatorToCoord(candidate); in lineContains()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioningquick/
H A Dqquickgeocoordinateanimation.cpp119 QGeoCoordinate result = QWebMercator::mercatorToCoord(QDoubleVector2D(x, y)); in q_coordinateShortestInterpolator()
148 QGeoCoordinate result = QWebMercator::mercatorToCoord(QDoubleVector2D(x, y)); in q_coordinateWestInterpolator()
178 QGeoCoordinate result = QWebMercator::mercatorToCoord(QDoubleVector2D(x, y)); in q_coordinateEastInterpolator()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/positioning/
H A Dlocationsingleton.cpp371 QGeoCoordinate LocationSingleton::mercatorToCoord(const QPointF &mercator) const in mercatorToCoord() function in LocationSingleton
373 return QWebMercator::mercatorToCoord(QDoubleVector2D(mercator.x(), mercator.y())); in mercatorToCoord()
H A Dlocationsingleton.h101 Q_REVISION(12) Q_INVOKABLE QGeoCoordinate mercatorToCoord(const QPointF &mercator) const;
H A Dplugins.qmltypes109 name: "mercatorToCoord"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeotiledmapscene/
H A Dtst_qgeotiledmapscene.cpp312 …QGeoCoordinate centerCoordinate = QWebMercator::mercatorToCoord(QDoubleVector2D(cameraCenterX, cam… in screenToMercatorPositions()
364 …QGeoCoordinate coord = QWebMercator::mercatorToCoord(QDoubleVector2D(cameraCenterX, cameraCenterY)… in mercatorToScreenPositions()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeotiledmappingmanagerengine_nokia.cpp406 viewport.setTopLeft(QWebMercator::mercatorToCoord(pt)); in evaluateCopyrightsText()
409 viewport.setBottomRight(QWebMercator::mercatorToCoord(pt)); in evaluateCopyrightsText()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeotiledmap/
H A Dtst_qgeotiledmap.cpp128 camera.setCenter(QWebMercator::mercatorToCoord(QDoubleVector2D( 0.5 , 0.5 ))); in fetchTiles()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.12.045 - Exposed mercatorToCoord and coordToMercator to QML.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoprojection.cpp246 QGeoCoordinate topMost = QWebMercator::mercatorToCoord(QDoubleVector2D(0.0, mercatorTopmost)); in maximumCenterLatitudeAtZoom()
261 QGeoCoordinate topMost = QWebMercator::mercatorToCoord(QDoubleVector2D(0.0, mercatorTopmost)); in minimumCenterLatitudeAtZoom()
311 return QWebMercator::mercatorToCoord(projection); in mapProjectionToGeo()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/itemview_transitions/
H A Dmain.qml193 res.push( QtPositioning.mercatorToCoord(pt) )
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocameratiles/
H A Dtst_qgeocameratiles.cpp134 camera.setCenter(QWebMercator::mercatorToCoord(QDoubleVector2D(0.75, 0.5))); in test_tilted_frustum()
253 camera.setCenter(QWebMercator::mercatorToCoord(QDoubleVector2D(mercatorX, mercatorY))); in tilesPositions()